# 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 = "xcosm" version = "0.0.1" authors = ["mintthemoon "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The CosmWasm contract toolbox." readme = "README.md" keywords = [ "cosmos", "cosmwasm", "cosmwasm-std", "library", "contract", ] categories = [ "authentication", "config", "cryptography::cryptocurrencies", "finance", "wasm", ] license = "Unlicense" repository = "https://github.com/mintthemoon/xcosm" [lib] name = "xcosm" path = "src/lib.rs" [dependencies.cosmwasm-schema] version = "2.1.0" [dependencies.cosmwasm-std] version = "2.1.0" features = ["cosmwasm_2_0"] [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.cw2] version = "2.0.0" [dependencies.derive_deref] version = "1.1.1" [dependencies.miette] version = "7.2.0" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0.197" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.125" [dependencies.thiserror] version = "1.0.58" [features] cosmwasm_2_0 = ["cosmwasm-std/cosmwasm_2_0"] default = ["cosmwasm_2_0"]