# 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-std-ext" version = "0.40.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ tendermint-std-ext contains extensions to the Rust standard library for use from tendermint-rs. """ homepage = "https://www.tendermint.com/" readme = "README.md" keywords = [ "blockchain", "cosmos", "tendermint", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/informalsystems/tendermint-rs" [lib] name = "tendermint_std_ext" path = "src/lib.rs" [dependencies]