vigil-sdk 0.1.8

Stable public SDK facade for embedding Vigil's local AI safety runtime — typed decisions/audit + firewall execution + redaction scanning
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 = "vigil-sdk"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable public SDK facade for embedding Vigil's local AI safety runtime — typed decisions/audit + firewall execution + redaction scanning"
homepage = "https://vigils.ai"
readme = "README.md"
keywords = [
    "vigil",
    "ai-safety",
    "sdk",
    "embedding",
    "control-plane",
]
categories = [
    "api-bindings",
    "authentication",
]
license = "Apache-2.0"
repository = "https://github.com/duncatzat/vigils"

[features]
ort = [
    "vigil-firewall/ort",
    "vigil-redaction/ort",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.vigil-audit]
version = "0.1.0"

[dependencies.vigil-firewall]
version = "0.1.0"

[dependencies.vigil-mcp]
version = "0.1.0"

[dependencies.vigil-policy]
version = "0.1.0"

[dependencies.vigil-redaction]
version = "0.1.0"

[dependencies.vigil-types]
version = "0.1.0"

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
panic = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.rust]
missing_debug_implementations = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"