oxideshield-core 0.1.6

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

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

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

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

[dependencies.aho-corasick]
version = "1"

[dependencies.anyhow]
version = "1"

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

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tiktoken-rs]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-normalization]
version = "0.1"

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

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