abstract-cw20-ics20 2.0.0-rc

IBC Enabled contracts that receives CW20 tokens and sends them over ICS20 to a remote chain
Documentation
[dependencies.abstract-cw2]
version = "1.2.2"

[dependencies.abstract-cw20]
version = "2.0.0-rc"

[dependencies.cosmwasm-schema]
version = "1.4.0"

[dependencies.cosmwasm-std]
features = ["stargate"]
version = "1.4.0"

[dependencies.cw-controllers]
version = "1.1.2"

[dependencies.cw-orch]
version = "0.22.0-rc1"

[dependencies.cw-storage-plus]
version = "1.1.0"

[dependencies.cw-utils]
version = "1.0.1"

[dependencies.schemars]
version = "0.8.15"

[dependencies.semver]
version = "1"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.188"

[dependencies.thiserror]
version = "1.0.49"

[features]
backtraces = ["cosmwasm-std/backtraces"]
library = []

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
description = "IBC Enabled contracts that receives CW20 tokens and sends them over ICS20 to a remote chain"
documentation = "https://docs.cosmwasm.com"
edition = "2021"
homepage = "https://cosmwasm.com"
license = "Apache-2.0"
name = "abstract-cw20-ics20"
readme = "README.md"
repository = "https://github.com/CosmWasm/cw-plus"
version = "2.0.0-rc"