# 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-test-helpers" version = "0.5.0" authors = [ "Sturdy ", "Pacman ", ] description = "Test helpers for cw-vault-standard compliant contracts." homepage = "https://github.com/apollodao/cw-vault-standard/" keywords = [ "cosmos", "cosmwasm", ] license = "Apache-2.0" repository = "https://github.com/apollodao/cw-vault-standard/" [dependencies.cosmwasm-std] version = "1.5.5" [dependencies.cw-it] version = "0.4.0" [dependencies.cw-utils] version = "1.0.1" [dependencies.cw-vault-standard] version = "0.4.1" [features] default = [ "lockup", "force-unlock", ] force-unlock = ["cw-vault-standard/force-unlock"] lockup = ["cw-vault-standard/lockup"]