mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 15:37:56 +00:00
dd48979463
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
34 lines
937 B
TOML
34 lines
937 B
TOML
[package]
|
|
name = "subxt-metadata"
|
|
version = "0.28.0"
|
|
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.1.0", features = ["v14", "v15-unstable", "std"] }
|
|
scale-info = "2.5.0"
|
|
sp-core-hashing = "8.0.0"
|
|
|
|
[dev-dependencies]
|
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
|
criterion = "0.4"
|
|
scale-info = { version = "2.5.0", features = ["bit-vec"] }
|
|
|
|
[lib]
|
|
# Without this, libtest cli opts interfere with criteron benches:
|
|
bench = false
|
|
|
|
[[bench]]
|
|
name = "bench"
|
|
harness = false
|