# 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-staking-standard" 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 Cw-Staking Adapter Exports (used for implementing the adapter for specific staking platforms)" readme = "README.md" license = "GPL-3.0-or-later" resolver = "2" [lib] name = "abstract_staking_standard" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.abstract-adapter] version = "0.24.1" [dependencies.abstract-adapter-utils] version = "0.24.1" [dependencies.abstract-sdk] version = "0.24.1" [dependencies.abstract-std] version = "0.24.1" [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-orch] version = "0.27.0" [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.cw-utils] version = "2.0" [dependencies.cw20] version = "2.0" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.50" [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.clap] version = "4.0.32" features = ["derive"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.semver] version = "1.0" [features] default = ["export"] export = [] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.workspace-hack] version = "0.1"