aimds-response 0.1.1

Adaptive response layer with meta-learning for AIMDS threat mitigation
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 = "aimds-response"
version = "0.1.1"
authors = ["rUv <ruv@ruv.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adaptive response layer with meta-learning for AIMDS threat mitigation"
homepage = "https://github.com/ruvnet/midstream"
documentation = "https://docs.rs/aimds-core"
readme = "README.md"
keywords = [
    "security",
    "ai",
    "defense",
    "manipulation",
    "prompt-injection",
]
categories = [
    "asynchronous",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/midstream"

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

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

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

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

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

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

[dependencies.aimds-analysis]
version = "0.1.1"

[dependencies.aimds-core]
version = "0.1.1"

[dependencies.aimds-detection]
version = "0.1.1"

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.dashmap]
version = "5.5"

[dependencies.futures]
version = "0.3"

[dependencies.metrics]
version = "0.24"

[dependencies.midstreamer-strange-loop]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tokio-util]
version = "0.7"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

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

[dev-dependencies.criterion]
version = "0.5"
features = [
    "html_reports",
    "async_tokio",
    "html_reports",
]

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.14"

[dev-dependencies.tokio-test]
version = "0.4"