# 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 = "2018" name = "abci2" version = "0.1.3" authors = ["Matt Bell "] description = "Low-level ABCI protocol server" readme = "README.md" license = "MIT" [[example]] name = "simple" path = "./examples/simple.rs" [dependencies.log] version = "0.4.17" [dependencies.prost] version = "0.10.4" [dependencies.tendermint-proto] version = "0.23.7" [dependencies.thiserror] version = "1.0.31"