# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tendermint-light-node" version = "0.19.0" authors = ["Sean Braithwaite ", "Ethan Buchman ", "Ismail Khoffi ", "Romain Ruetschi ", "Alexander Simmerl "] description = " The Tendermint light-node wraps the light-client crate into a command-line\n interface tool.\n It can be used to initialize and start a standalone light client daemon and\n exposes a JSON-RPC endpoint from which you can query the current state of the\n light node.\n " readme = "README.md" keywords = ["blockchain", "bft", "consensus", "cosmos", "tendermint"] license = "Apache-2.0" repository = "https://github.com/informalsystems/tendermint-rs" [[bin]] name = "tendermint-light-node" path = "src/bin/tendermint-light-node/main.rs" [dependencies.abscissa_core] version = "0.5.0" [dependencies.anomaly] version = "0.2" features = ["serializer"] [dependencies.async-trait] version = "0.1" [dependencies.gumdrop] version = "0.7" [dependencies.jsonrpc-core] version = "17.0" [dependencies.jsonrpc-core-client] version = "17.0" [dependencies.jsonrpc-derive] version = "17.0" [dependencies.jsonrpc-http-server] version = "17.0" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1.0" [dependencies.tendermint] version = "0.19.0" [dependencies.tendermint-light-client] version = "0.19.0" features = ["lightstore-sled"] [dependencies.tendermint-proto] version = "0.19.0" [dependencies.tendermint-rpc] version = "0.19.0" features = ["http-client"] [dependencies.thiserror] version = "1.0" [dev-dependencies.abscissa_core] version = "0.5.0" features = ["testing"] [dev-dependencies.futures] version = "0.3" features = ["compat"] [dev-dependencies.once_cell] version = "1.2" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.tokio] version = "1.0" features = ["rt", "macros"]