# 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 = "cometbft-light-client-cli" version = "0.1.0-alpha.2" authors = ["Informal Systems "] description = """ The CometBFT Light Client command line tool. """ readme = "README.md" keywords = [ "blockchain", "bft", "consensus", "cometbft", "tendermint", ] categories = [ "cryptography::cryptocurrencies", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/cometbft/cometbft-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.cometbft] version = "0.1.0-alpha.2" [dependencies.cometbft-light-client] version = "0.1.0-alpha.2" [dependencies.cometbft-light-client-detector] version = "0.1.0-alpha.2" [dependencies.cometbft-rpc] version = "0.1.0-alpha.2" features = ["http-client"] [dependencies.futures] version = "0.3.27" [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]