# 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-testgen" version = "0.1.0-alpha.2" authors = ["Informal Systems "] description = """ cometbft-testgen is a library and a small binary utility for generating CometBFT datastructures from minimal input (for testing purposes only). The library also contains some functionality to simplify running test batches. """ homepage = "https://cometbft.com/" readme = "README.md" keywords = [ "blockchain", "cometbft", "testing", ] categories = [ "cryptography::cryptocurrencies", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/cometbft/cometbft-rs" [[bin]] name = "cometbft-testgen" path = "bin/cometbft-testgen.rs" [dependencies.cometbft] version = "0.1.0-alpha.2" features = ["clock"] [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.time] version = "0.3" features = ["std"] default-features = false package = "time"