ferrumdeck-policy 0.7.15

FerrumDeck enforcement engine: deny-by-default tool allowlists, Airlock RASP, the R1-R3 reversibility ladder, budgets, and an EU AI Act Art.50 transparency rule
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"
rust-version = "1.80"
name = "ferrumdeck-policy"
version = "0.7.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FerrumDeck enforcement engine: deny-by-default tool allowlists, Airlock RASP, the R1-R3 reversibility ladder, budgets, and an EU AI Act Art.50 transparency rule"
homepage = "https://github.com/sattyamjjain/ferrumdeck"
readme = "README.md"
keywords = [
    "agent",
    "security",
    "policy",
    "enforcement",
    "mcp",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/sattyamjjain/ferrumdeck"

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

[[test]]
name = "airlock_layers_fire"
path = "tests/airlock_layers_fire.rs"

[[test]]
name = "ap2_gate"
path = "tests/ap2_gate.rs"

[[test]]
name = "asb_defense"
path = "tests/asb_defense.rs"

[[test]]
name = "colorado_sb26_189"
path = "tests/colorado_sb26_189.rs"

[[test]]
name = "governed_benchmark"
path = "tests/governed_benchmark.rs"

[[test]]
name = "injection_defense"
path = "tests/injection_defense.rs"

[[test]]
name = "policy_regression"
path = "tests/policy_regression.rs"

[[test]]
name = "routing_hash_export"
path = "tests/routing_hash_export.rs"

[[test]]
name = "schema_drift_live_repopulation"
path = "tests/schema_drift_live_repopulation.rs"

[[bench]]
name = "enforcement_latency"
path = "benches/enforcement_latency.rs"
harness = false

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

[dependencies.ed25519-dalek]
version = "2"

[dependencies.fd-core]
version = "0.7.15"
package = "ferrumdeck-core"

[dependencies.hex]
version = "0.4"

[dependencies.jsonschema]
version = "0.17"
default-features = false

[dependencies.regex]
version = "1.11"

[dependencies.rust_decimal]
version = "1.36"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = [
    "full",
    "sync",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.tokio]
version = "1.42"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]