cw4-stake 2.0.0

CW4 implementation of group based on staked tokens
Documentation
[dependencies.cosmwasm-schema]
version = "2.0.0"

[dependencies.cosmwasm-std]
version = "2.0.0"

[dependencies.cw-controllers]
version = "2.0.0"

[dependencies.cw-storage-plus]
version = "2.0.0"

[dependencies.cw-utils]
version = "2.0.0"

[dependencies.cw2]
version = "2.0.0"

[dependencies.cw20]
version = "2.0.0-rc.0"

[dependencies.cw4]
version = "2.0.0-rc.0"

[dependencies.schemars]
version = "0.8.15"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.188"

[dependencies.thiserror]
version = "1.0.4"

[dev-dependencies]

[features]
library = []

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
description = "CW4 implementation of group based on staked tokens"
documentation = "https://docs.cosmwasm.com"
edition = "2021"
exclude = ["artifacts/*"]
homepage = "https://cosmwasm.com"
license = "Apache-2.0"
name = "cw4-stake"
readme = "README.md"
repository = "https://github.com/CosmWasm/cw-plus"
version = "2.0.0"