cw-storage-plus 0.13.2

Enhanced storage engines
Documentation
[[bench]]
harness = false
name = "main"
[dependencies.cosmwasm-std]
default-features = false
version = "1.0.0-beta8"

[dependencies.schemars]
version = "0.8.1"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.103"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

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

[features]
default = ["iterator"]
iterator = ["cosmwasm-std/iterator"]

[lib]
bench = false

[package]
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
description = "Enhanced storage engines"
documentation = "https://docs.cosmwasm.com"
edition = "2018"
homepage = "https://cosmwasm.com"
license = "Apache-2.0"
name = "cw-storage-plus"
repository = "https://github.com/CosmWasm/cw-plus"
version = "0.13.2"