# 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" rust-version = "1.77.2" name = "vaultenator" version = "0.5.1" authors = ["shapeshed "] publish = true description = "An opinionated base vault implementing CosmWasm Vault Standard using Tokenfactory" homepage = "https://github.com/margined-protocol/vaultenator" readme = "README.md" keywords = [ "cosmos", "osmosis", "vault", ] categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/margined-protocol/vaultenator" resolver = "2" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "1.5.3" [dependencies.cosmwasm-std] version = "1.5.3" [dependencies.cw-controllers] version = "1.1.2" [dependencies.cw-storage-plus] version = "1.2.0" [dependencies.cw-utils] version = "1.0.3" [dependencies.cw-vault-standard] version = "0.4.1" [dependencies.cw2] version = "1.1.2" [dependencies.osmosis-std] version = "0.25.0" [dependencies.serde] version = "1.0.200" [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.osmosis-test-tube] version = "25.0.0" [features] backtraces = ["cosmwasm-std/backtraces"] library = []