cedrus-cedar 0.2.0

Core library for Cedar Policy serialization and type bindings.
Documentation
# 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 = "2024"
name = "cedrus-cedar"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for Cedar Policy serialization and type bindings."
homepage = "https://github.com/stratusmedia/cedrus"
readme = "README.md"
keywords = [
    "cedar",
    "authorization",
    "policy",
    "security",
    "rest",
]
categories = [
    "security",
    "web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/stratusmedia/cedrus"
resolver = "2"

[lib]
name = "cedrus_cedar"
path = "src/lib.rs"
test = false
bench = false
doc = true

[dependencies.cedar-policy]
version = "4.12.0"

[dependencies.prost]
version = "0.14.1"

[dependencies.prost-types]
version = "0.14.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.utoipa]
version = "5.4.0"
features = [
    "macros",
    "uuid",
    "chrono",
]

[build-dependencies.prost-build]
version = "0.14.3"