# 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 = "dexter-weighted-pool" version = "1.1.1" authors = ["Persistence Labs"] exclude = [ "contract.wasm", "hash.txt", ] description = "A Dexter DEX pool implementing the generalized constant product AMM type as introduced by Balancer" readme = "README.md" license = "MIT" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.const_format] version = "0.2.30" [dependencies.cosmwasm-schema] version = "1.5.0" [dependencies.cosmwasm-std] version = "1.5.0" [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.cw2] version = "1.0.1" [dependencies.cw20] version = "1.0.1" [dependencies.dexter] version = "1.4.0" default-features = false [dependencies.integer-sqrt] version = "0.1.5" [dependencies.protobuf] version = "2" features = ["with-bytes"] [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.152" features = ["derive"] default-features = false [dependencies.serde-json-wasm] version = "0.5.0" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.cw-multi-test] version = "0.16.2" [dev-dependencies.proptest] version = "0.10.1" [features] backtraces = ["cosmwasm-std/backtraces"]