# 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 = "cw-dex-router" version = "0.5.0" authors = ["Apollo Devs "] exclude = [ "contract.wasm", "hash.txt", ] description = "A cosmwasm contract for routing swaps across multiple dexes." homepage = "https://apollo.farm" documentation = "https://docs.rs/cw-dex-router" readme = "README.md" keywords = [ "cosmwasm", "dex", "router", "osmosis", "astroport", ] license = "MPL-2.0" repository = "https://github.com/apollodao/cw-dex-router" [[package.metadata.optimizer.builds]] features = ["astroport"] name = "astroport" [[package.metadata.optimizer.builds]] features = ["osmosis"] name = "osmosis" [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] crate-type = [ "cdylib", "rlib", ] [dependencies.apollo-cw-asset] version = "0.1.0" [dependencies.apollo-utils] version = "0.1.0" [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.5.4" [dependencies.cw-controllers] version = "1.0.1" [dependencies.cw-dex] version = "0.6.0" [dependencies.cw-dex-astroport] version = "0.2.0" optional = true [dependencies.cw-dex-osmosis] version = "0.2.0" optional = true [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.cw2] version = "1.0.1" [dependencies.cw20] version = "1.0.1" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.cw-it] version = "0.4.0" features = ["osmosis-test-tube"] [dev-dependencies.serde_json] version = "1.0.107" [dev-dependencies.test-case] version = "3.0.0" [features] astroport = ["cw-dex-astroport"] default = [] library = [] osmosis = ["cw-dex-osmosis"]