mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 07:20:19 +00:00
22 lines
517 B
TOML
22 lines
517 B
TOML
[package]
|
|
name = "ironclaw_safety"
|
|
version = "0.2.0"
|
|
edition = "2024"
|
|
rust-version = "1.92"
|
|
description = "Prompt injection defense, input validation, secret leak detection, and safety policy enforcement"
|
|
authors = ["NEAR AI <[email protected]>"]
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/nearai/ironclaw"
|
|
repository = "https://github.com/nearai/ironclaw"
|
|
|
|
[package.metadata.dist]
|
|
dist = false
|
|
|
|
[dependencies]
|
|
aho-corasick = "1"
|
|
regex = "1"
|
|
serde_json = "1"
|
|
thiserror = "2"
|
|
tracing = "0.1"
|
|
url = "2"
|