tendermint-testgen 0.17.1

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.
Documentation
[[bin]]
name = "tendermint-testgen"
path = "bin/tendermint-testgen.rs"
[dependencies.ed25519-dalek]
version = "1"

[dependencies.gumdrop]
version = "0.8.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.simple-error]
version = "0.2.1"

[dependencies.tempfile]
version = "3.1.0"

[dependencies.tendermint]
version = "0.17.1"

[package]
authors = ["Andrey Kuprianov <andrey@informal.systems>", "Shivani Joshi <shivani@informal.systems>"]
description = "    tendermint-testgen is a library and a small binary utility for generating \n    tendermint datastructures from minimal input (for testing purposes only).\n    The library also contains some functionality to simplify running test batches.\n    "
edition = "2018"
homepage = "https://www.tendermint.com/"
license = "Apache-2.0"
name = "tendermint-testgen"
readme = "README.md"
repository = "https://github.com/informalsystems/tendermint-rs/tree/master/testgen"
version = "0.17.1"