# 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 = "2021" rust-version = "1.77" name = "cedar-policy-cli" version = "4.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI interface for the Cedar Policy language." homepage = "https://cedarpolicy.com" readme = "README.md" keywords = [ "cedar", "authorization", "policy", "security", ] categories = [ "compilers", "config", ] license = "Apache-2.0" repository = "https://github.com/cedar-policy/cedar" [lib] name = "cedar_policy_cli" path = "src/lib.rs" [[bin]] name = "cedar" path = "src/main.rs" [[test]] name = "sample" path = "tests/sample.rs" [dependencies.cedar-policy] version = "=4.2.2" [dependencies.cedar-policy-formatter] version = "=4.2.2" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.miette] version = "7.1.0" features = ["fancy"] [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0" features = ["derive"] [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.predicates] version = "3.1.0" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.tempfile] version = "3" [features] default = [] experimental = [ "permissive-validate", "partial-validate", "partial-eval", ] partial-eval = ["cedar-policy/partial-eval"] partial-validate = ["cedar-policy/partial-validate"] permissive-validate = ["cedar-policy/permissive-validate"]