Skip to content

Commit

Permalink
taplo frame/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
runcomet committed Jan 26, 2025
1 parent cbba423 commit 76f1e12
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions substrate/frame/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ frame-system = { workspace = true }

# primitive types used for developing FRAME runtimes.
sp-api = { optional = true, workspace = true }
sp-application-crypto = { optional = true, workspace = true }
sp-block-builder = { optional = true, workspace = true }
sp-consensus-aura = { optional = true, workspace = true }
sp-consensus-grandpa = { optional = true, workspace = true }
sp-genesis-builder = { optional = true, workspace = true }
sp-inherents = { optional = true, workspace = true }
sp-keyring = { optional = true, workspace = true }
sp-application-crypto = { optional = true, workspace = true }
sp-offchain = { optional = true, workspace = true }
sp-session = { optional = true, workspace = true }
sp-storage = { optional = true, workspace = true }
Expand All @@ -66,63 +66,63 @@ pallet-examples = { workspace = true }
default = ["runtime", "std"]
experimental = ["frame-support/experimental"]
runtime = [
"frame-executive",
"frame-system-rpc-runtime-api",
"sp-api",
"sp-application-crypto",
"sp-block-builder",
"sp-consensus-aura",
"sp-consensus-grandpa",
"sp-genesis-builder",
"sp-inherents",
"sp-keyring",
"sp-offchain",
"sp-session",
"sp-storage",
"sp-transaction-pool",
"sp-version",
"frame-executive",
"frame-system-rpc-runtime-api",
"sp-api",
"sp-application-crypto",
"sp-block-builder",
"sp-consensus-aura",
"sp-consensus-grandpa",
"sp-genesis-builder",
"sp-inherents",
"sp-keyring",
"sp-offchain",
"sp-session",
"sp-storage",
"sp-transaction-pool",
"sp-version",
]
std = [
"codec/std",
"frame-benchmarking?/std",
"frame-executive?/std",
"frame-support/std",
"frame-system-benchmarking?/std",
"frame-system-rpc-runtime-api?/std",
"frame-system/std",
"frame-try-runtime?/std",
"log/std",
"scale-info/std",
"sp-api?/std",
"sp-application-crypto/std",
"sp-arithmetic/std",
"sp-block-builder?/std",
"sp-consensus-aura?/std",
"sp-consensus-grandpa?/std",
"sp-core/std",
"sp-genesis-builder?/std",
"sp-inherents?/std",
"sp-io/std",
"sp-keyring?/std",
"sp-offchain?/std",
"sp-runtime/std",
"sp-session?/std",
"sp-storage/std",
"sp-transaction-pool?/std",
"sp-version?/std",
"codec/std",
"frame-benchmarking?/std",
"frame-executive?/std",
"frame-support/std",
"frame-system-benchmarking?/std",
"frame-system-rpc-runtime-api?/std",
"frame-system/std",
"frame-try-runtime?/std",
"log/std",
"scale-info/std",
"sp-api?/std",
"sp-application-crypto/std",
"sp-arithmetic/std",
"sp-block-builder?/std",
"sp-consensus-aura?/std",
"sp-consensus-grandpa?/std",
"sp-core/std",
"sp-genesis-builder?/std",
"sp-inherents?/std",
"sp-io/std",
"sp-keyring?/std",
"sp-offchain?/std",
"sp-runtime/std",
"sp-session?/std",
"sp-storage/std",
"sp-transaction-pool?/std",
"sp-version?/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system-benchmarking/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system-benchmarking/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]
try-runtime = [
"frame-executive/try-runtime",
"frame-support/try-runtime",
"frame-system/try-runtime",
"frame-try-runtime/try-runtime",
"pallet-examples/try-runtime",
"sp-runtime/try-runtime",
"frame-executive/try-runtime",
"frame-support/try-runtime",
"frame-system/try-runtime",
"frame-try-runtime/try-runtime",
"pallet-examples/try-runtime",
"sp-runtime/try-runtime",
]

0 comments on commit 76f1e12

Please sign in to comment.