basecoin-store 0.2.0

A simple implementation of an AVL store tailored for the basecoin application.
Documentation
[dependencies.displaydoc]
default-features = false
version = "0.2"

[dependencies.ics23]
default-features = false
features = ["host-functions"]
version = "0.12"

[dependencies.prost]
default-features = false
version = "0.13.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tendermint]
default-features = false
version = "0.38"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["Informal Systems <hello@informal.systems>"]
description = "A simple implementation of an AVL store tailored for the basecoin application."
edition = "2021"
license = "Apache-2.0"
name = "basecoin-store"
readme = "README.md"
repository = "https://github.com/informalsystems/basecoin-rs"
version = "0.2.0"