abstract-polytone-proxy 5.0.0

An Interchain Account contract.
Documentation
# 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-proxy"
version = "5.0.0"
authors = ["ekez <ekez@withoutdoing.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An Interchain Account contract."
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_proxy"
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"]

[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.thiserror]
version = "1.0.31"

[dev-dependencies.cw-multi-test]
version = "2.0.0"

[features]
library = []