# 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 = "abstract-ans-host" version = "0.24.2" authors = [ "CyberHoward ", "Riada ", "Abstract Money ", ] build = false exclude = [ "contract.wasm", "hash.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Abstract Name Service Contract" readme = "README.md" license = "LGPL-3.0" repository = "https://github.com/AbstractSDK/abstract" [profile.release] overflow-checks = true [lib] name = "abstract_ans_host" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "schema" path = "examples/schema.rs" [dependencies.abstract-macros] version = "0.24.1" [dependencies.abstract-sdk] version = "0.24.1" [dependencies.abstract-std] version = "0.24.1" [dependencies.cosmwasm-std] version = "2.0.0" features = ["cosmwasm_1_2"] [dependencies.cw-asset] version = "4.0" [dependencies.cw-controllers] version = "2.0" [dependencies.cw-ownable] version = "2.0" [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.cw2] version = "2.0" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.50" [dev-dependencies.abstract-testing] version = "0.24.1" [dev-dependencies.cosmwasm-schema] version = "2.0" [dev-dependencies.coverage-helper] version = "0.2.2" [dev-dependencies.cw20] version = "2.0" [dev-dependencies.rstest] version = "0.17.0" [features] default = ["export"] export = [] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.workspace-hack] version = "0.1" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage,coverage_nightly)"]