# 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-vault-token" version = "0.2.0-rc.1" authors = ["Apollo Devs "] description = " An abstraction for different ways of implementing a vault token." homepage = "https://apollo.farm/" documentation = "https://docs.rs/cw-vault-token/" readme = "README.md" keywords = [ "blockchain", "cosmos", "library", "cosmwasm", ] license = "MPL-2.0" repository = "https://github.com/apollodao/cw-vault-token/" [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.2.1" features = ["stargate"] [dependencies.cw-utils] version = "1.0.1" [dependencies.cw20] version = "1.0.1" [dependencies.cw20-base] version = "1.0.1" features = ["library"] [dependencies.osmosis-std] version = "0.17.0-rc0" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.cw-it] version = "0.2.0-rc.2" features = ["osmosis-test-tube"] [dev-dependencies.prost] version = "0.11.0" [dev-dependencies.test-case] version = "3.0.0"