oxideshield-guard 0.1.6

Runtime guards and security pipeline for OxideShield
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 = "oxideshield-guard"
version = "0.1.6"
authors = ["OxideShield Team <hello@oxideshield.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime guards and security pipeline for OxideShield"
readme = false
keywords = [
    "llm",
    "security",
    "guardrails",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/oxideshield/oxideshield"

[features]
adversarial-samples = []
default = []
full = ["telemetry"]
telemetry = [
    "opentelemetry",
    "opentelemetry_sdk",
    "opentelemetry-otlp",
    "opentelemetry-semantic-conventions",
    "metrics",
]

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1"

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

[dependencies.metrics]
version = "0.24"
optional = true

[dependencies.opentelemetry]
version = "0.31"
optional = true

[dependencies.opentelemetry-otlp]
version = "0.31"
features = ["grpc-tonic"]
optional = true

[dependencies.opentelemetry-semantic-conventions]
version = "0.31"
optional = true

[dependencies.opentelemetry_sdk]
version = "0.31"
optional = true

[dependencies.oxide-license]
version = "0.1.6"

[dependencies.oxideshield-core]
version = "0.1.6"

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1"

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

[dependencies.serde-saphyr]
version = "0.0.10"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.strum]
version = "0.27"
features = ["derive"]

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