# 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 = "tendermint-light-client-cli" version = "0.40.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Implementation of the Tendermint Light Client CLI. """ readme = "README.md" keywords = [ "blockchain", "bft", "consensus", "cosmos", "tendermint", ] categories = [ "cryptography::cryptocurrencies", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/informalsystems/tendermint-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "tendermint-light-client-cli" path = "src/main.rs" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.futures] version = "0.3.27" [dependencies.serde_json] version = "1.0.94" [dependencies.tendermint] version = "0.40.0" [dependencies.tendermint-light-client] version = "0.40.0" [dependencies.tendermint-light-client-detector] version = "0.40.0" [dependencies.tendermint-rpc] version = "0.40.0" features = ["http-client"] [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]