# 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 = "psp22-full" version = "0.3.0" authors = [ "Hans ", "Jasuwienas ", "Maciek Malik ", "BlockyDevs ", ] description = "Implementation of PSP22 token standard in pure ink!" homepage = "https://github.com/Smart-Beaver" readme = "README.md" license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/Smart-Beaver/smart-contracts/tree/main/PSP22" [lib] path = "lib.rs" [[test]] name = "unit_tests" path = "tests/unit.rs" [dependencies.ink] version = "4.3.0" default-features = false [dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.9" features = ["derive"] optional = true default-features = false [features] contract = [] default = ["std"] ink-as-dependency = [] std = [ "ink/std", "scale/std", "scale-info/std", ]