# 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-account" version = "0.24.1" authors = [ "CyberHoward ", "Riada ", "Abstract Money ", ] build = false exclude = [ "contract.wasm", "hash.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Abstract Manager Contract" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/AbstractSDK/abstract" [package.metadata.optimizer] standard-build = true [[package.metadata.optimizer.builds]] features = ["xion"] name = "xion" [profile.release] overflow-checks = true [lib] name = "abstract_account" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "schema" path = "examples/schema.rs" required-features = ["xion"] [[test]] name = "adapters" path = "tests/adapters.rs" [[test]] name = "apps" path = "tests/apps.rs" [[test]] name = "create" path = "tests/create.rs" [[test]] name = "ibc-client" path = "tests/ibc-client.rs" [[test]] name = "install_modules" path = "tests/install_modules.rs" [[test]] name = "proxy" path = "tests/proxy.rs" [[test]] name = "standalones" path = "tests/standalones.rs" [[test]] name = "subaccount" path = "tests/subaccount.rs" [[test]] name = "upgrades" path = "tests/upgrades.rs" [[test]] name = "xion" path = "tests/xion.rs" [dependencies.abstract-ica] version = "0.24.1" [dependencies.abstract-macros] version = "0.24.1" [dependencies.abstract-sdk] version = "0.24.1" [dependencies.abstract-std] version = "0.24.1" [dependencies.abstract-xion] version = "0.24.1" optional = true [dependencies.cosmwasm-schema] version = "2.0" [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-storage-plus] version = "2.0.0" [dependencies.cw2] version = "2.0" [dependencies.cw20] version = "2.0" [dependencies.schemars] version = "0.8" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.50" [dev-dependencies.abstract-macros] version = "0.24.1" [dev-dependencies.abstract-sdk] version = "0.24.1" features = ["test-utils"] [dev-dependencies.abstract-testing] version = "0.24.1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.base64] version = "0.22.1" default-features = false [dev-dependencies.coverage-helper] version = "0.2.2" [dev-dependencies.cw-orch] version = "0.27.0" features = ["snapshot-testing"] [dev-dependencies.cw20] version = "2.0" [dev-dependencies.rstest] version = "0.17.0" [features] default = ["export"] export = [] xion = ["abstract-xion"] [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)"]