aimds-analysis 0.1.1

Deep behavioral analysis layer for AIMDS with temporal neural verification
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-analysis"
version = "0.1.1"
authors = ["rUv <ruv@ruv.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deep behavioral analysis layer for AIMDS with temporal neural verification"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/midstream"

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

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

[[bench]]
name = "analysis_bench"
path = "benches/analysis_bench.rs"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dashmap]
version = "5.5"

[dependencies.midstreamer-attractor]
version = "0.2"

[dependencies.midstreamer-neural-solver]
version = "0.2"

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

[dependencies.ndarray]
version = "0.15"

[dependencies.petgraph]
version = "0.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.statrs]
version = "0.16"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

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

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

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