permission_macro 0.1.1

A sub-crate of `permission_check`, which is used to provide more extensive support for build-time checking of permissions.
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 = "2024"
name = "permission_macro"
version = "0.1.1"
authors = ["i-am-unknown-81514525"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A sub-crate of `permission_check`, which is used to provide more extensive support for build-time checking of permissions."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/i-am-unknown-81514525/permission_check"

[lib]
name = "permission_macro"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "test_complex"
path = "tests/test_complex.rs"

[[test]]
name = "test_generation"
path = "tests/test_generation.rs"

[dependencies.permission_check]
version = "0.1.0"

[dependencies.permission_parser]
version = "0.1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0.106"
features = ["full"]

[dev-dependencies.syn]
version = "2.0.106"
features = [
    "full",
    "extra-traits",
]