[[bin]]
name = "cedar"
path = "src/main.rs"
[dependencies.cedar-policy]
version = "=3.0.2"
[dependencies.cedar-policy-formatter]
version = "=3.0.2"
[dependencies.clap]
features = ["derive", "env"]
version = "4"
[dependencies.miette]
features = ["fancy"]
version = "5.9.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.glob]
version = "0.3.1"
[dev-dependencies.tempfile]
version = "3"
[features]
default = []
experimental = ["partial-validate"]
partial-validate = ["cedar-policy/partial-validate"]
[lib]
name = "cedar_policy_cli"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "config"]
description = "CLI interface for the Cedar Policy language."
edition = "2021"
homepage = "https://cedarpolicy.com"
keywords = ["cedar", "authorization", "policy", "security"]
license = "Apache-2.0"
name = "cedar-policy-cli"
readme = "README.md"
repository = "https://github.com/cedar-policy/cedar"
version = "3.0.2"
[[test]]
name = "integration_tests"
path = "tests/integration_tests/main.rs"
[[test]]
name = "sample"
path = "tests/sample.rs"