# 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 = "basecoin-store" version = "0.2.0" authors = ["Informal Systems "] description = "A simple implementation of an AVL store tailored for the basecoin application." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/informalsystems/basecoin-rs" [dependencies.displaydoc] version = "0.2" default-features = false [dependencies.ics23] version = "0.12" features = ["host-functions"] default-features = false [dependencies.prost] version = "0.13.1" default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.tendermint] version = "0.38" default-features = false [dependencies.tracing] version = "0.1.40" [dev-dependencies.rand] version = "0.8"