# 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-osmosis" version = "0.2.0" authors = ["Apollo Devs"] description = "Implementation of the cw-dex API for the Osmosis AMM" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/apollodao/cw-dex" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.apollo-cw-asset] version = "0.1.1" [dependencies.apollo-utils] version = "0.1.0" [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.5.4" [dependencies.cw-dex] version = "0.6.0" [dependencies.cw-utils] version = "1.0" [dependencies.osmosis-std] version = "0.22.0" [dev-dependencies.cw-it] version = "0.4.0" features = ["multi-test"] [dev-dependencies.cw20] version = "1.0" [dev-dependencies.cw20-base] version = "1.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.test-case] version = "3.0.0" [features] default = [] osmosis-test-tube = ["cw-it/osmosis-test-tube"]