cac-core 0.1.0

Policy engine, violation model, and signed audit ledger for Compliance-as-Code
Documentation
[package]
name = "cac-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Policy engine, violation model, and signed audit ledger for Compliance-as-Code"
readme = "../../README.md"
keywords = ["compliance", "policy", "audit", "soc2"]
categories = ["development-tools"]

[dependencies]
chrono = { workspace = true }
hex = { workspace = true }
hmac = { workspace = true }
regex = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
sha2 = { workspace = true }
thiserror = { workspace = true }