# 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" rust-version = "1.67" name = "abstract-polytone-voice" version = "5.0.0" authors = ["ekez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Polytone Voice contract, recieving notes over IBC and vocalizing them on the host chain via account proxy contracts." readme = false license = "BSD-3-Clause" repository = "https://github.com/DA0-DA0/polytone" resolver = "1" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = true incremental = false [lib] name = "abstract_polytone_voice" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "schema" path = "src/bin/schema.rs" [dependencies.cosmwasm-schema] version = "2.0.0" [dependencies.cosmwasm-std] version = "2.0.0" features = [ "stargate", "cosmwasm_1_2", ] [dependencies.cw-orch] version = "0.27.0" [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.cw-utils] version = "2.0.0" [dependencies.cw2] version = "2.0.0" [dependencies.polytone] version = "2.0.0" package = "abstract-polytone" [dependencies.polytone-proxy] version = "5.0.0" package = "abstract-polytone-proxy" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.anyhow] version = "1.0.51" [dev-dependencies.cw-multi-test] version = "2.0.0" [features] library = []