# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56.1" name = "blockstats" version = "0.2.0" authors = ["Parity Technologies "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "Monitor block statistics of cumulus based parachains." readme = "README.md" keywords = [ "substrate", "polkadot", "blockchain", "parachain", "parity", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/paritytech/blockstats" resolver = "2" [dependencies.codec] version = "3" package = "parity-scale-codec" [dependencies.futures] version = "0.3" [dependencies.subxt] version = "0.23" [dev-dependencies.clap] version = "3" features = ["derive"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]