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