cw-erc20 0.10.0

An implementation of the ERC20 token interface
Documentation
[dependencies.cosmwasm-std]
version = "0.14.0"

[dependencies.cosmwasm-storage]
version = "0.14.0"

[dependencies.hex]
version = "0.4"

[dependencies.schemars]
version = "0.8.1"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.125"

[dependencies.thiserror]
version = "1.0.23"
[dev-dependencies.cosmwasm-schema]
version = "0.14.0"

[dev-dependencies.cosmwasm-vm]
default-features = false
version = "0.14.0"

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

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

[package]
authors = ["Simon Warta <webmaster128@users.noreply.github.com>"]
description = "An implementation of the ERC20 token interface"
edition = "2018"
license = "Apache-2.0"
name = "cw-erc20"
repository = "https://github.com/CosmWasm/cosmwasm-examples"
version = "0.10.0"
[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = true
panic = "abort"
rpath = false