mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 06:27:58 +00:00
34 lines
880 B
TOML
34 lines
880 B
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 = "15.0.0"
|
|
scale-info = "2.0.0"
|
|
sp-core-hashing = "7.0.0"
|
|
|
|
[dev-dependencies]
|
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
|
criterion = "0.4"
|
|
scale-info = { version = "2.0.0", features = ["bit-vec"] }
|
|
|
|
[lib]
|
|
# Without this, libtest cli opts interfere with criteron benches:
|
|
bench = false
|
|
|
|
[[bench]]
|
|
name = "bench"
|
|
harness = false
|