# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cw-band" version = "0.1.1" authors = ["Band Protocol "] description = "The helper library for building CosmWasm smart contracts to interact with Bandchain" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/bandprotocol/cw-band/tree/main/packages/cw-band" resolver = "1" [dependencies.cosmwasm-schema] version = "1.1.5" [dependencies.cosmwasm-std] version = "1.1.5" features = ["ibc3"] [dependencies.obi] version = "0.0.2" [dev-dependencies.base64] version = "0.13.1" [dev-dependencies.hex] version = "0.4.3"