# 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" version = "1.4.0" authors = ["Persistence Labs"] description = "Dex optimized for liquid staked assets" license = "MIT OR Apache-2.0" repository = "https://github.com/dexter-zone/dexter_core" [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.5.3" [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.cw20] version = "1.0.1" [dependencies.cw20-base] version = "1.0.1" features = ["library"] [dependencies.itertools] version = "0.10.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.thiserror] version = "1.0.38" [dependencies.uint] version = "0.9.5" [features] backtraces = ["cosmwasm-std/backtraces"]