[package] name = "astroport-governance" version = "4.3.0" authors = ["Astroport"] edition = "2021" description = "Astroport Governance common types, queriers and other utils" license = "Apache-2.0" repository = "https://github.com/astroport-fi/astroport-governance" homepage = "https://astroport.fi" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] # for quicker tests, cargo test --lib # for more explicit tests, cargo test --features=backtraces backtraces = ["cosmwasm-std/backtraces"] [dependencies] cw20 = "1.1" cosmwasm-std = { workspace = true, features = ["ibc3"] } cw-storage-plus.workspace = true cosmwasm-schema.workspace = true thiserror.workspace = true astroport.workspace = true itertools.workspace = true sha2 = "0.10.8"