# 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 = "ternoa-cli" version = "0.1.1" description = "CLI tool for querying Ternoa chain" readme = "README.md" license = "GPL-3.0" resolver = "2" [dependencies.anyhow] version = "1.0.39" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.codec] version = "3.0.0" features = [ "derive", "full", "bitvec", ] default_features = false package = "parity-scale-codec" [dependencies.futures] version = "0.3.13" [dependencies.graphql_client] version = "0.9.0" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.4" [dependencies.reqwest] version = "0.11.0" features = ["json"] [dependencies.serde] version = "1.0.114" [dependencies.serde_derive] version = "1.0.114" [dependencies.serde_json] version = "1.0.56" [dependencies.sp-keyring] version = "7.0.0" [dependencies.subxt] version = "0.25.0" [dependencies.tokio] version = "1.8" features = [ "rt-multi-thread", "macros", "time", ] [dependencies.tracing-subscriber] version = "0.3.11" [features] command = []