abstract-ans-host 0.26.1

Abstract Name Service Contract
Documentation
# 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.26.1"
authors = [
    "CyberHoward <cyberhoward@protonmail.com>",
    "Riada <riada@abstract.money>",
    "Abstract Money <contact@abstract.money>",
]
build = false
exclude = [
    "contract.wasm",
    "hash.txt",
]
autolib = false
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"

[features]
default = ["export"]
export = []

[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.26.1"

[dependencies.abstract-sdk]
version = "0.26.1"

[dependencies.abstract-std]
version = "0.26.1"

[dependencies.cosmwasm-std]
version = "2.0.0"
features = ["cosmwasm_2_0"]

[dependencies.cw-asset]
version = "4.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.thiserror]
version = "1.0.50"

[dev-dependencies.abstract-testing]
version = "0.26.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"

[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)"]

[profile.release]
overflow-checks = true