psp22 2.0.0

Minimal implementation of PSP22 token standard in pure ink!
Documentation
[dependencies.ink]
default-features = false
version = "5.0.0"

[features]
default = ["std"]
ink-as-dependency = []
std = ["ink/std"]

[lib]
path = "lib.rs"

[package]
authors = ["Cardinal"]
description = "Minimal implementation of PSP22 token standard in pure ink!"
edition = "2021"
exclude = [".github/*"]
homepage = "https://github.com/Cardinal-Cryptography/PSP22"
license = "Apache-2.0"
name = "psp22"
readme = "README.md"
repository = "https://github.com/Cardinal-Cryptography/PSP22"
version = "2.0.0"