# 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 = "psp34-full" version = "0.2.1" authors = [ "Cardinal", "Maciek Malik ", "BlockyDevs ", ] exclude = [".github/*"] description = "Minimal implementation of PSP34 token standard in pure ink!" homepage = "https://github.com/Cardinal-Cryptography/PSP34" readme = "README.md" keywords = [ "smart-contract", "token", "PSP34", "ink", ] categories = [ "cryptography::cryptocurrencies", "wasm", ] license = "Apache-2.0" repository = "https://github.com/Cardinal-Cryptography/PSP34" [lib] path = "lib.rs" [dependencies.ink] version = "4.3" 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", "contract", "enumerable", ] enumerable = [] ink-as-dependency = [] std = [ "ink/std", "scale/std", "scale-info/std", ] test-only = []