[package] name = "abstract-cw4" version = "1.2.2" authors = ["Ethan Frey "] edition = "2021" description = "CosmWasm-4 Interface: Groups Members" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-plus" homepage = "https://cosmwasm.com" [dependencies] cw-storage-plus = "1.1.0" cosmwasm-schema = "1.4.0" cosmwasm-std = "1.4.0" schemars = "0.8.15" serde = { version = "1.0.188", default-features = false, features = ["derive"] }