# 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-lp-token" version = "1.0.0" authors = ["Persistence Labs"] description = "Expanded implementation of a CW-20 compliant token for post intialization" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" license = "MIT" repository = "https://github.com/CosmWasm/cosmwasm-plus" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "1.5.0" [dependencies.cosmwasm-std] version = "1.5.0" [dependencies.cw2] version = "1.0.1" [dependencies.cw20] version = "1.0.1" [dependencies.cw20-base] version = "1.0.1" features = ["library"] [dependencies.dexter] version = "1.3.0" default-features = false [dependencies.snafu] version = "0.7.4" [features] backtraces = ["cosmwasm-std/backtraces"] library = []