@@ -19,18 +19,14 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
1919hex = { version = " 0.4.3" , default-features = false , features = [" alloc" ] }
2020log = { version = " 0.4.14" , default-features = false }
2121primitive-types = { version = " 0.12.1" , optional = true , features = [" codec" ] }
22- serde = { version = " 1.0.136" , optional = true , features = [" derive" ] }
23- serde_json = { version = " 1.0.79" , optional = true }
22+ serde = { version = " 1.0.136" , default-features = false , features = [" derive" ] }
23+ serde_json = { version = " 1.0.79" , default-features = false }
2424thiserror = { version = " 1.0.30" , optional = true }
2525ws = { version = " 0.9.2" , optional = true , features = [" ssl" ] }
2626
2727# Substrate dependencies
2828frame-metadata = { default-features = false , git = " https://github.com/paritytech/frame-metadata" , features = [" v14" , " serde_full" , " decode" ] }
29- frame-support = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " master" }
30- frame-system = { optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " master" }
31- pallet-balances = { optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " master" }
32- pallet-staking = { optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " master" }
33- pallet-transaction-payment = { optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " master" }
29+ frame-support = { optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " master" }
3430sp-core = { default-features = false , features = [" full_crypto" ], git = " https://github.com/paritytech/substrate.git" , branch = " master" }
3531sp-rpc = { optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " master" }
3632sp-runtime = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " master" }
@@ -45,10 +41,13 @@ ac-primitives = { path = "primitives", default-features = false }
4541
4642[dev-dependencies ]
4743env_logger = " 0.9.0"
44+ frame-system = { git = " https://github.com/paritytech/substrate.git" , branch = " master" }
4845kitchensink-runtime = { git = " https://github.com/paritytech/substrate.git" , branch = " master" }
46+ pallet-balances = { git = " https://github.com/paritytech/substrate.git" , branch = " master" }
47+ pallet-identity = { git = " https://github.com/paritytech/substrate.git" , branch = " master" }
48+ pallet-staking = { git = " https://github.com/paritytech/substrate.git" , branch = " master" }
4949sp-keyring = { git = " https://github.com/paritytech/substrate.git" , branch = " master" }
5050wabt = " 0.10.0"
51- pallet-identity = { git = " https://github.com/paritytech/substrate.git" , branch = " master" }
5251
5352[features ]
5453default = [" std" , " ws-client" ]
@@ -63,14 +62,11 @@ std = [
6362 " log/std" ,
6463 " primitive-types" ,
6564 " serde/std" ,
66- " serde_json" ,
65+ " serde_json/std " ,
6766 " thiserror" ,
6867 # substrate
6968 " frame-metadata/std" ,
70- " frame-support/std" ,
71- " frame-system" ,
72- " pallet-balances" ,
73- " pallet-transaction-payment/std" ,
69+ " frame-support" ,
7470 " sp-core/std" ,
7571 " sp-rpc" ,
7672 " sp-runtime/std" ,
@@ -83,4 +79,4 @@ std = [
8379 " ac-primitives/std" ,
8480]
8581ws-client = [" ws" ]
86- staking-xt = [" std" , " pallet-staking " ]
82+ staking-xt = [" std" ]
0 commit comments