dexter-lp-token 1.0.0

Expanded implementation of a CW-20 compliant token for post intialization
Documentation
[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]
features = ["library"]
version = "1.0.1"

[dependencies.dexter]
default-features = false
version = "1.3.0"

[dependencies.snafu]
version = "0.7.4"

[features]
backtraces = ["cosmwasm-std/backtraces"]
library = []

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Persistence Labs"]
description = "Expanded implementation of a CW-20 compliant token for post intialization"
documentation = "https://docs.cosmwasm.com"
edition = "2021"
homepage = "https://cosmwasm.com"
license = "MIT"
name = "dexter-lp-token"
repository = "https://github.com/CosmWasm/cosmwasm-plus"
version = "1.0.0"