# 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-ica" version = "0.24.1" authors = [ "CyberHoward ", "Riada ", "Abstract Money ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Abstract Interchain Account (ICA) Types" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/AbstractSDK/abstract" [lib] name = "abstract_ica" path = "src/lib.rs" [dependencies.abstract-sdk] version = "0.24.1" [dependencies.alloy] version = "0.2.1" default-features = false [dependencies.alloy-sol-types] version = "0.7.7" default-features = false [dependencies.cosmwasm-schema] version = "2.0" [dependencies.cosmwasm-std] version = "2.0.0" features = [ "cosmwasm_1_2", "iterator", ] [dependencies.cw-orch] version = "0.27.0" [dependencies.cw-ownable] version = "2.0" [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.map-macro] version = "0.3.0" [dependencies.polytone-evm] version = "0.1.0" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.50" [dev-dependencies.anyhow] version = "1" [dev-dependencies.coverage-helper] version = "0.2.2" [dev-dependencies.cw20-base] version = "2.0" features = ["library"] [dev-dependencies.rstest] version = "0.17.0" [features] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.workspace-hack] version = "0.1"