# 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 = "polytone-proxy" version = "1.0.0" authors = ["ekez "] description = "An Interchain Account contract." license = "BSD-3-Clause" repository = "https://github.com/DA0-DA0/polytone" resolver = "1" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = true incremental = false [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.2.4" features = ["ibc3"] [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.cw-utils] version = "1.0.1" [dependencies.cw2] version = "1.0.1" [dependencies.polytone] version = "1.0.0" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.cw-multi-test] version = "0.16.2" [features] backtraces = ["cosmwasm-std/backtraces"] library = []