mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 08:41:07 +00:00
@@ -15,11 +15,11 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
|
||||
Inflector = "0.11.4"
|
||||
proc-macro2 = "1.0.37"
|
||||
quote = "1.0.10"
|
||||
Inflector = "0.11.4"
|
||||
syn = { version = "1.0.82", features = ["full"] }
|
||||
frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -12,8 +12,8 @@ description = "Proc macro helpers for procedural macros"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" }
|
||||
proc-macro-crate = "1.1.3"
|
||||
proc-macro2 = "1.0.37"
|
||||
quote = "1.0.10"
|
||||
syn = { version = "1.0.82", features = ["full", "visit", "extra-traits"] }
|
||||
proc-macro-crate = "1.1.3"
|
||||
frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" }
|
||||
|
||||
@@ -17,4 +17,4 @@ proc-macro = true
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.37"
|
||||
quote = { version = "1.0.10", features = ["proc-macro"] }
|
||||
syn = { version = "1.0.82", features = ["proc-macro" ,"full", "extra-traits", "parsing"] }
|
||||
syn = { version = "1.0.82", features = ["proc-macro", "full", "extra-traits", "parsing"] }
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
publish = false
|
||||
homepage = "https://substrate.dev"
|
||||
homepage = "https://substrate.io"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
@@ -14,20 +14,20 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
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"] }
|
||||
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../" }
|
||||
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../system" }
|
||||
sp-core = { version = "6.0.0", default-features = false, path = "../../../../primitives/core" }
|
||||
sp-runtime = { version = "6.0.0", default-features = false, path = "../../../../primitives/runtime" }
|
||||
sp-version = { version = "5.0.0", default-features = false, path = "../../../../primitives/version" }
|
||||
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../" }
|
||||
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../system" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"frame-support/std",
|
||||
"frame-system/std",
|
||||
"scale-info/std",
|
||||
"sp-core/std",
|
||||
"sp-runtime/std",
|
||||
"sp-version/std",
|
||||
"frame-support/std",
|
||||
"frame-system/std",
|
||||
]
|
||||
|
||||
@@ -21,7 +21,7 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../../
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"scale-info/std",
|
||||
"frame-support/std",
|
||||
"frame-system/std",
|
||||
"scale-info/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user