# 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-formatter" version = "4.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Policy formatter 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_formatter" path = "src/lib.rs" [dependencies.cedar-policy-core] version = "=4.2.2" [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1.4.0" [dependencies.logos] version = "0.14.0" [dependencies.miette] version = "7.1.0" [dependencies.pretty] version = "0.12.1" [dependencies.regex] version = "1.9.1" features = ["unicode"] [dependencies.smol_str] version = "0.3" features = ["serde"] [dev-dependencies.insta] version = "1.41.1" features = ["glob"]