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