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