[package] name = "tg-utils" version = "0.17.1" authors = ["Ethan Frey "] edition = "2018" description = "Tgrade Utils: helpers for various contracts" repository = "https://github.com/confio/poe-contracts" homepage = "https://tgrade.finance" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cosmwasm-std = "1.1.9" cw-utils = "1.0.1" cw-controllers = "1.0.0" cw-storage-plus = "1.0.1" cw2 = "1.0.0" schemars = "0.8.1" semver = "1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } tg4 = { path = "../tg4", version = "0.17.1" } tg-bindings = { path = "../bindings", version = "0.17.1" } thiserror = "1.0.21"