crackle-runtime 0.2.0

Detect emergent patterns — clustering, correlations, phase transitions, and conservation laws — across task outputs
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 = "crackle-runtime"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect emergent patterns — clustering, correlations, phase transitions, and conservation laws — across task outputs"
readme = "README.md"
keywords = [
    "patterns",
    "anomaly-detection",
    "task",
    "emergent",
    "clustering",
]
categories = [
    "algorithms",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/SuperInstance/crackle-runtime"

[features]
default = []
serde = [
    "dep:serde",
    "dep:serde_json",
]

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

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

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

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

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

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

[dependencies.serde_json]
version = "1"
optional = true

[dev-dependencies]