hunt-query 0.2.5

Structured querying and timeline reconstruction for clawdstrike hunt
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"
rust-version = "1.93"
name = "hunt-query"
version = "0.2.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured querying and timeline reconstruction for clawdstrike hunt"
readme = false
license = "Apache-2.0"
repository = "https://github.com/backbay-labs/clawdstrike"

[features]
ocsf = ["dep:clawdstrike-ocsf"]

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

[dependencies.async-nats]
version = "0.39"

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

[dependencies.clawdstrike-ocsf]
version = "0.2.5"
optional = true

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6.0"

[dependencies.hunt-scan]
version = "0.2.5"

[dependencies.hush-core]
version = "0.2.5"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.spine]
version = "0.2.5"
package = "hush-spine"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1.49"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"