scopes-rs 0.2.0

Strongly typed scoped authorization library
Documentation
[dependencies.scopes-macros]
version = "0.2.0"

[dev-dependencies.strum]
features = ["derive"]
version = "0.27.2"

[[example]]
name = "advanced_derive"
path = "examples/advanced_derive.rs"

[[example]]
name = "readme"
path = "examples/readme.rs"

[[example]]
name = "verify-policy"
path = "examples/verify-policy.rs"

[features]
hierarchy = ["scopes-macros/hierarchy"]

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

[package]
authors = ["aripot007"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Strongly typed scoped authorization library"
edition = "2024"
exclude = [".vscode/*"]
keywords = ["scope", "authorization"]
license = "MIT OR Apache-2.0"
name = "scopes-rs"
readme = "README.md"
repository = "https://github.com/aripot007/scopes-rs"
resolver = "2"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "test-defaults"
path = "tests/test-defaults.rs"

[[test]]
name = "test-hierarchy"
path = "tests/test-hierarchy.rs"

[[test]]
name = "test-options"
path = "tests/test-options.rs"