abax_library 1.0.0

Library for the Abax Protocol containing shared logic and data structures
Documentation
# 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_library"
version = "1.0.0"
authors = [
    "Łukasz Łakomy",
    "Konrad Wierzbik",
]
description = "Library for the Abax Protocol containing shared logic and data structures"
license = "BUSL-1.1"

[lib]
name = "abax_library"
crate-type = ["rlib"]
path = "lib.rs"

[dependencies.ink]
version = "5.0.0"
default-features = false

[dependencies.pendzl]
version = "1.0.1-v1calls"
features = [
    "psp22",
    "ownable",
    "pausable",
    "access_control",
]
default-features = false

[dependencies.primitive-types]
version = "0.12.1"
features = ["codec"]
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",
    "pendzl/std",
    "primitive-types/std",
    "primitive-types/scale-info",
]