# 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 = "mantra-utils" version = "1.1.1" authors = [ "MANTRA Engineering Team <tech@mantrachain.io>", "Javier C <javier.m.costa@mantra.finance", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utils used by CosmWasm smart contracts on MANTRA Chain" homepage = "https://mantra.zone" readme = "README.md" keywords = [ "mantrachain", "mantra", "utils", "cosmwasm", ] license = "MPL-2.0" repository = "https://github.com/MANTRA-Chain/mantra-rust" [lib] name = "mantra_utils" path = "src/lib.rs" [dependencies.cosmwasm-std] version = "2.2.0" features = [ "cosmwasm_2_2", "stargate", ] default-features = true [dependencies.cw-ownable] version = "2.1.0"