mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 10:11:03 +00:00
@@ -20,32 +20,32 @@ scale-info = { version = "2.5.0", default-features = false, features = [
|
||||
] }
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
|
||||
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
|
||||
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
|
||||
frame-support = { path = "../support", default-features = false}
|
||||
frame-system = { path = "../system", default-features = false}
|
||||
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" }
|
||||
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" }
|
||||
frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support" }
|
||||
sp-io = { path = "../../primitives/io", default-features = false}
|
||||
sp-std = { path = "../../primitives/std", default-features = false}
|
||||
sp-core = { path = "../../primitives/core", default-features = false}
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false}
|
||||
sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false}
|
||||
sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false}
|
||||
frame-election-provider-support = { path = "../election-provider-support", default-features = false}
|
||||
|
||||
# Optional imports for benchmarking
|
||||
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true }
|
||||
pallet-election-provider-support-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support/benchmarking", optional = true }
|
||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
||||
pallet-election-provider-support-benchmarking = { path = "../election-provider-support/benchmarking", default-features = false, optional = true }
|
||||
rand = { version = "0.8.5", default-features = false, features = ["alloc", "small_rng"], optional = true }
|
||||
strum = { version = "0.24.1", default-features = false, features = ["derive"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.8.5"
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-io = { version = "23.0.0", path = "../../primitives/io" }
|
||||
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" }
|
||||
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
|
||||
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
|
||||
frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" }
|
||||
sp-core = { path = "../../primitives/core", default-features = false}
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false}
|
||||
sp-tracing = { path = "../../primitives/tracing" }
|
||||
pallet-balances = { path = "../balances" }
|
||||
frame-benchmarking = { path = "../benchmarking" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -18,22 +18,22 @@ codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive
|
||||
scale-info = { version = "2.0.1", features = ["derive"] }
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
|
||||
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
|
||||
sp-io = { version = "23.0.0", path = "../../../primitives/io" }
|
||||
sp-std = { version = "8.0.0", path = "../../../primitives/std" }
|
||||
sp-staking = { version = "4.0.0-dev", path = "../../../primitives/staking" }
|
||||
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
|
||||
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/npos-elections" }
|
||||
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-io = { path = "../../../primitives/io" }
|
||||
sp-std = { path = "../../../primitives/std" }
|
||||
sp-staking = { path = "../../../primitives/staking" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-npos-elections = { path = "../../../primitives/npos-elections", default-features = false}
|
||||
sp-tracing = { path = "../../../primitives/tracing" }
|
||||
|
||||
frame-system = { version = "4.0.0-dev", path = "../../system" }
|
||||
frame-support = { version = "4.0.0-dev", path = "../../support" }
|
||||
frame-election-provider-support = { version = "4.0.0-dev", path = "../../election-provider-support" }
|
||||
frame-system = { path = "../../system" }
|
||||
frame-support = { path = "../../support" }
|
||||
frame-election-provider-support = { path = "../../election-provider-support" }
|
||||
|
||||
pallet-election-provider-multi-phase = { version = "4.0.0-dev", path = "../../election-provider-multi-phase" }
|
||||
pallet-staking = { version = "4.0.0-dev", path = "../../staking" }
|
||||
pallet-bags-list = { version = "4.0.0-dev", path = "../../bags-list" }
|
||||
pallet-balances = { version = "4.0.0-dev", path = "../../balances" }
|
||||
pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" }
|
||||
pallet-session = { version = "4.0.0-dev", path = "../../session" }
|
||||
pallet-election-provider-multi-phase = { path = ".." }
|
||||
pallet-staking = { path = "../../staking" }
|
||||
pallet-bags-list = { path = "../../bags-list" }
|
||||
pallet-balances = { path = "../../balances" }
|
||||
pallet-timestamp = { path = "../../timestamp" }
|
||||
pallet-session = { path = "../../session" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user