lez-approval 0.1.0

Agnostic single-admin approval library for LEZ programs (RFP-001)
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 = "lez-approval"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agnostic single-admin approval library for LEZ programs (RFP-001)"
readme = false
keywords = [
    "logos",
    "lez",
    "authority",
    "approval",
    "admin",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/edenbd1/lp-0013-token-authorities"

[lib]
name = "lez_approval"
path = "src/lib.rs"

[dependencies.borsh]
version = "1.5"
features = ["derive"]

[dependencies.serde]
version = "1.0"
features = ["derive"]