core-policy 0.10.1

Pure RBAC/ABAC policy engine core (zero crypto/network dependencies)
Documentation
[[bench]]
harness = false
name = "path_bench"
path = "benches/path_bench.rs"

[[bench]]
harness = false
name = "policy_bench"
path = "benches/policy_bench.rs"

[dependencies.serde]
default-features = false
features = ["derive", "alloc", "derive"]
version = "1.0"

[dependencies.toml]
default-features = false
features = ["parse", "display", "parse", "display"]
version = "0.8"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.0"

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

[features]
default = []

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

[package]
authors = ["p47h Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "cryptography"]
description = "Pure RBAC/ABAC policy engine core (zero crypto/network dependencies)"
edition = "2021"
keywords = ["rbac", "abac", "authorization", "policy", "access-control"]
license = "Apache-2.0"
name = "core-policy"
readme = false
repository = "https://github.com/p47h-org/p47h-open-core"
rust-version = "1.85"
version = "0.10.1"

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

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

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

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

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

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

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

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

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

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

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

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