# 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 = "abax_contracts" version = "1.0.0" authors = [ "Łukasz Łakomy", "Konrad Wierzbik", ] description = "Contracts for the Abax Protocol" license = "BUSL-1.1" [lib] name = "abax_contracts" crate-type = ["rlib"] path = "lib.rs" [dependencies.abax_library] version = "1.0.0" default-features = false [dependencies.ink] version = "5.0.0" default-features = false [dependencies.pendzl] version = "1.0.1-v1calls" features = [ "psp22", "psp22_burnable", "psp22_mintable", "ownable", "pausable", "access_control", ] default-features = false [dependencies.scale] version = "3.6.9" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.11" features = ["derive"] optional = true default-features = false [features] default = ["std"] std = [ "ink/std", "scale/std", "scale-info/std", "abax_library/std", "pendzl/std", ]