cortex-audit 0.2.0

TIBET Cortex Audit: blackbox-met-window audit trails with tibet-vault integration
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 = "2021"
name = "cortex-audit"
version = "0.2.0"
authors = [
    "Jasper van de Meent <jasper@humotica.nl>",
    "Root AI <root_idd@humotica.nl>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TIBET Cortex Audit: blackbox-met-window audit trails with tibet-vault integration"
readme = "README.md"
keywords = [
    "security",
    "audit",
    "compliance",
    "provenance",
    "zero-trust",
]
categories = [
    "cryptography",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jaspertvdm/tibet-cortex"

[lib]
name = "cortex_audit"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.cortex-airlock]
version = "0.2.0"

[dependencies.cortex-core]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sled]
version = "0.34"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"