mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
Use minimum amount of dependencies for crates (#524)
* macro: Reduce dependencies Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * macro: Remove dev-dependencies Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * codegen: Reduce dependencies Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * subxt: Reduce dependencies Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -15,22 +15,8 @@ description = "Generate types and helpers for interacting with Substrate runtime
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.49"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full"] }
|
||||
darling = "0.14.0"
|
||||
frame-metadata = "15.0.0"
|
||||
heck = "0.4.0"
|
||||
proc-macro2 = "1.0.24"
|
||||
proc-macro-crate = "0.1.5"
|
||||
proc-macro-error = "1.0.4"
|
||||
quote = "1.0.8"
|
||||
syn = "1.0.58"
|
||||
scale-info = "2.0.0"
|
||||
|
||||
subxt-codegen = { path = "../codegen", version = "0.20.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.0.0"
|
||||
subxt = { path = "../subxt" }
|
||||
trybuild = "1.0.38"
|
||||
sp-keyring = "6.0.0"
|
||||
|
||||
Reference in New Issue
Block a user