actionguard 0.1.0

Policy-as-code (OPA-style, deny-overrides, fail-closed) for AI agent tool calls, in Rust
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 = "actionguard"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Policy-as-code (OPA-style, deny-overrides, fail-closed) for AI agent tool calls, in Rust"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "policy",
    "security",
    "ai",
]
categories = [
    "asynchronous",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/thaicn1712/actionguard"

[lib]
name = "actionguard"
path = "actionguard/policy.rs"

[[example]]
name = "agent_dispatcher"
path = "examples/agent_dispatcher.rs"

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"

[dev-dependencies.criterion]
version = "0.8"
features = ["async_tokio"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]