mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 18:15:48 +00:00
@@ -14,26 +14,26 @@ readme = "README.md"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
impl-serde = { version = "0.3.1", optional = true }
|
||||
serde = { version = "1.0.136", optional = true, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
|
||||
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
|
||||
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
|
||||
sp-version-proc-macro = { version = "4.0.0-dev", default-features = false, path = "proc-macro" }
|
||||
impl-serde = { version = "0.3.1", optional = true }
|
||||
parity-wasm = { version = "0.42.2", optional = true }
|
||||
sp-core-hashing-proc-macro = { version = "5.0.0", path = "../core/hashing/proc-macro" }
|
||||
scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", features = ["derive"], optional = true }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
sp-core-hashing-proc-macro = { version = "5.0.0", path = "../core/hashing/proc-macro" }
|
||||
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
|
||||
sp-version-proc-macro = { version = "4.0.0-dev", default-features = false, path = "proc-macro" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"impl-serde",
|
||||
"serde",
|
||||
"codec/std",
|
||||
"scale-info/std",
|
||||
"sp-std/std",
|
||||
"sp-runtime/std",
|
||||
"impl-serde",
|
||||
"parity-wasm",
|
||||
"scale-info/std",
|
||||
"serde",
|
||||
"sp-runtime/std",
|
||||
"sp-std/std",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user