[package] authors = ["Band Protocol "] description = "The helper library for building CosmWasm smart contracts to interact with Bandchain" edition = "2021" license = "Apache-2.0" name = "cw-band" readme = "README.md" repository = "https://github.com/bandprotocol/cw-band/tree/main/packages/cw-band" version = "0.1.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cosmwasm-schema = "1.1.5" cosmwasm-std = {version = "1.1.5", features = ["ibc3"]} obi = "0.0.2" [dev-dependencies] base64 = "0.13.1" hex = "0.4.3"