# 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-config" version = "0.37.0" authors = ["Informal Systems "] description = """ tendermint-config provides functions for loading and validating Tendermint configuration files. It is moved out of the tendermint crate for no_std support in the tendermint crate. """ homepage = "https://www.tendermint.com/" readme = "README.md" keywords = [ "blockchain", "bft", "consensus", "cosmos", "tendermint", ] categories = [ "cryptography", "cryptography::cryptocurrencies", "database", ] license = "Apache-2.0" repository = "https://github.com/informalsystems/tendermint-rs/tree/main/tendermint" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.flex-error] version = "0.4.4" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tendermint] version = "0.37.0" features = ["rust-crypto"] default-features = false [dependencies.toml] version = "0.8" [dependencies.url] version = "2.2" [dev-dependencies.pretty_assertions] version = "1.3.0" [features] secp256k1 = ["tendermint/secp256k1"]