# 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-verifier" version = "0.1.0-alpha.2" authors = ["Informal Systems "] description = """ Implementation of the CometBFT Light Client Verification Algorithm. """ 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.cometbft] version = "0.1.0-alpha.2" default-features = false [dependencies.derive_more] version = "0.99.5" features = ["display"] default-features = false [dependencies.flex-error] version = "0.4.4" default-features = false [dependencies.serde] version = "1.0.106" default-features = false [dependencies.time] version = "0.3" default-features = false [dev-dependencies.sha2] version = "0.10" default-features = false [features] default = [ "rust-crypto", "flex-error/std", ] rust-crypto = ["cometbft/rust-crypto"]