# 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 = "cosmwasm-vault-standard" version = "0.1.1" authors = ["Sturdy "] description = "A standard interface for tokenized vaults written in CosmWasm" homepage = "https://github.com/apollodao/cosmwasm-vault-standard/" documentation = "https://docs.rs/cosmwasm-vault-standard" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apollodao/cosmwasm-vault-standard/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cosmwasm-schema] version = ">= 1.0.0, <= 1.1.5" [dependencies.cosmwasm-std] version = "1.1.0" [dependencies.cw-utils] version = "0.16.0" optional = true [dependencies.cw20] version = "0.16.0" optional = true [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0.137" features = ["derive"] default-features = false [features] cw4626 = ["cw20"] default = [] force-unlock = [] keeper = [] lockup = ["cw-utils"]