# 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 = "cw20-ics20-msg" version = "0.0.3" authors = ["Oraichain Labs"] description = "Definition and types for the cw20-ics20-msg interface" homepage = "https://orai.io" documentation = "https://docs.orai.io" readme = "README.md" license = "MIT" repository = "https://github.com/Oraichain/ibc-bridge-wasm" [dependencies.bech32] version = "0.8.1" [dependencies.cosmwasm-schema] version = "1.1.9" [dependencies.cosmwasm-std] version = "1.1.9" default-features = false [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.cw20] version = "1.0.1" [dependencies.oraiswap] version = "1.0.1" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false