# 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-margined" version = "2.0.0" authors = [ "Pacman ", "Sturdy ", ] 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 = "2.1.3" [dependencies.cosmwasm-std] version = "2.1.0" features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate", ] [dependencies.cw-utils] version = "2.0.0" optional = true [dependencies.cw20] version = "2.0.0" 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"]