# 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" name = "substrate-spec-version" version = "0.1.0" authors = ["sam0x17"] description = "A dead-simple CLI tool to get the spec version of a substrate-based blockchain from the specified websocket URL" readme = "README.md" keywords = [ "polkadot", "substrate", "blockchain", "crypto", "cli", ] license = "MIT" repository = "https://github.com/sam0x17/substrate-spec-version" [dependencies.structopt] version = "0.3.26" [dependencies.subxt] version = "0.35.3" [dependencies.tokio] version = "1.37.0" features = ["full"]