Files
pezkuwi-subxt/metadata/Cargo.toml
T
Alexandru Vasile 2f17c5cf1d XXX: Strip pallet metadata to dedicated files
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
2023-03-08 15:30:31 +02:00

34 lines
1.0 KiB
TOML

[package]
name = "subxt-metadata"
version = "0.27.1"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish = true
autotests = false
license.workspace = true
repository.workspace = true
documentation.workspace = true
homepage.workspace = true
description = "Command line utilities for checking metadata compatibility between nodes."
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full"] }
frame-metadata = { version = "15.0.0", path = "/home/lexnv/workspace/frame-metadata/frame-metadata" }
scale-info = { path = "/home/lexnv/workspace/scale-info", features = ["bit-vec"] }
sp-core-hashing = "7.0.0"
[dev-dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
criterion = "0.4"
scale-info = { path = "/home/lexnv/workspace/scale-info", features = ["bit-vec"] }
[lib]
# Without this, libtest cli opts interfere with criteron benches:
bench = false
[[bench]]
name = "bench"
harness = false