# 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 = "oraiswap" version = "1.0.1" authors = [ "Terraform Labs, PTE.", "Oraichain Labs", ] description = "Common oraiswap types used in different Oraichain Labs contracts like oraiDEX, IBC Wasm" homepage = "https://orai.io" documentation = "https://github.com/oraichain/cosmwasm.git" readme = "README.md" license = "MIT" repository = "https://github.com/oraichain/cosmwasm.git" [dependencies.cosmwasm-schema] version = "1.1.9" [dependencies.cosmwasm-std] version = "1.1.9" [dependencies.cosmwasm-storage] version = "1.1.9" [dependencies.cw20] version = "1.0.1" [dependencies.cw20-base] version = "1.0.1" features = ["library"] [dependencies.protobuf] version = "3.2.0" features = ["with-bytes"] [dependencies.schemars] version = "0.8.3" [dependencies.thiserror] version = "1.0.26" [features] backtraces = ["cosmwasm-std/backtraces"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cw-multi-test] version = "0.16.2"