[package]
edition = "2024"
name = "opseclint-core"
version = "1.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The knowledge base and evaluator behind opseclint: resolve shell/command actions to ATT&CK techniques, the host telemetry they emit, and the Sigma detections that would fire."
homepage = "https://github.com/ezekiellabs/opseclint"
readme = "README.md"
keywords = [
"security",
"detection",
"attack",
"sigma",
"telemetry",
]
categories = [
"parser-implementations",
"development-tools",
]
license = "MIT"
repository = "https://github.com/ezekiellabs/opseclint"
[features]
clap = ["dep:clap"]
[lib]
name = "opseclint_core"
path = "src/lib.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
optional = true
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"