[package] name = "cw-token-swap" authors = ["ekez "] description = "A CosmWasm contract for swapping native and cw20 assets." edition = { workspace = true } license = { workspace = true } repository = { workspace = true } version = { workspace = true } [lib] crate-type = ["cdylib", "rlib"] [features] # For more explicit tests, `cargo test --features=backtraces`. backtraces = ["cosmwasm-std/backtraces"] # Use library feature to disable all instantiate/execute/query exports. library = [] [dependencies] cosmwasm-std = { workspace = true } cosmwasm-schema = { workspace = true } cw-storage-plus = { workspace = true } cw-utils = { workspace = true } cw2 = { workspace = true } cw20 = { workspace = true } thiserror = { workspace = true }