# 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" version = "0.6.0" authors = ["Apollo Devs"] description = "Helper library for interacting with Cosmos dexes" 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.cosmwasm-std] version = "1.5.4" [dependencies.cw-utils] version = "1.0" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.cw-it] version = "0.4.0" features = [ "multi-test", "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 = []