style: apply taplo format to all Cargo.toml files

This commit is contained in:
2026-01-04 17:37:38 +03:00
parent 479010094e
commit b8990884db
415 changed files with 2872 additions and 1272 deletions
@@ -31,7 +31,7 @@ ark-scale = { features = ["hazmat"], optional = true, workspace = true }
pezsp-runtime-interface = { optional = true, workspace = true }
[features]
default = [ "std" ]
default = ["std"]
std = [
"ark-bls12-377-ext?/std",
"ark-bls12-377?/std",
@@ -48,11 +48,11 @@ std = [
"ark-scale?/std",
"pezsp-runtime-interface?/std",
]
common = [ "ark-ec", "ark-scale", "pezsp-runtime-interface" ]
bls12-377 = [ "ark-bls12-377", "ark-bls12-377-ext", "common" ]
bls12-381 = [ "ark-bls12-381", "ark-bls12-381-ext", "common" ]
bw6-761 = [ "ark-bw6-761", "ark-bw6-761-ext", "common" ]
ed-on-bls12-377 = [ "ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", "common" ]
common = ["ark-ec", "ark-scale", "pezsp-runtime-interface"]
bls12-377 = ["ark-bls12-377", "ark-bls12-377-ext", "common"]
bls12-381 = ["ark-bls12-381", "ark-bls12-381-ext", "common"]
bw6-761 = ["ark-bw6-761", "ark-bw6-761-ext", "common"]
ed-on-bls12-377 = ["ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", "common"]
ed-on-bls12-381-bandersnatch = [
"ark-ed-on-bls12-381-bandersnatch",
"ark-ed-on-bls12-381-bandersnatch-ext",