cedar-policy 2.3.3

Cedar is a language for defining permissions as policies, which describe who should have access to what.
Documentation
[[bench]]
harness = false
name = "cedar_benchmarks"
[dependencies.cedar-policy-core]
version = "=2.3.3"

[dependencies.cedar-policy-validator]
version = "=2.3.3"

[dependencies.dhat]
optional = true
version = "0.3.2"

[dependencies.itertools]
version = "0.10"

[dependencies.lalrpop-util]
features = ["lexer"]
version = "0.20.0"

[dependencies.ref-cast]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smol_str]
features = ["serde"]
version = "0.2"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.cool_asserts]
version = "2.0"

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

[dev-dependencies.globset]
version = "0.4"

[features]
corpus-timing = []
decimal = ["cedar-policy-core/decimal", "cedar-policy-validator/decimal"]
default = ["ipaddr", "decimal"]
experimental = ["partial-eval"]
heap-profiling = ["dep:dhat"]
integration_testing = []
ipaddr = ["cedar-policy-core/ipaddr", "cedar-policy-validator/ipaddr"]
partial-eval = ["cedar-policy-core/partial-eval"]

[lib]
crate_type = ["rlib"]

[package]
categories = ["compilers", "config"]
description = "Cedar is a language for defining permissions as policies, which describe who should have access to what."
edition = "2021"
homepage = "https://cedarpolicy.com"
keywords = ["cedar", "authorization", "policy", "security"]
license = "Apache-2.0"
name = "cedar-policy"
readme = "README.md"
repository = "https://github.com/cedar-policy/cedar"
resolver = "1"
version = "2.3.3"