cw-controllers 0.6.0-beta1

Common controllers we can reuse in many contracts
Documentation
[package]
name = "cw-controllers"
version = "0.6.0-beta1"
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
edition = "2018"
description = "Common controllers we can reuse in many contracts"
license = "Apache-2.0"
repository = "https://github.com/CosmWasm/cosmwasm-plus"
homepage = "https://cosmwasm.com"
documentation = "https://docs.cosmwasm.com"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cosmwasm-std = { version = "0.14.0-beta3" }
cw0 = { path = "../cw0", version = "0.6.0-beta1" }
cw-storage-plus = { path = "../storage-plus", version = "0.6.0-beta1", features = ["iterator"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.21" }