# 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-testgen" version = "0.40.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ tendermint-testgen is a library and a small binary utility for generating tendermint datastructures from minimal input (for testing purposes only). The library also contains some functionality to simplify running test batches. """ homepage = "https://www.tendermint.com/" readme = "README.md" keywords = [ "blockchain", "tendermint", "testing", ] categories = [ "cryptography::cryptocurrencies", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/informalsystems/tendermint-rs/tree/main/testgen" [lib] name = "tendermint_testgen" path = "src/lib.rs" [[bin]] name = "tendermint-testgen" path = "bin/tendermint-testgen.rs" [dependencies.ed25519-consensus] version = "2" default-features = false [dependencies.gumdrop] version = "0.8.0" default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" features = ["std"] default-features = false [dependencies.simple-error] version = "0.3.0" default-features = false [dependencies.tempfile] version = "3.1.0" default-features = false [dependencies.tendermint] version = "0.40.0" features = ["clock"] [dependencies.time] version = "0.3" features = ["std"] default-features = false package = "time"