# 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.81.0" name = "sigma-rust" version = "0.2.1" authors = ["Dr.-Ing. Johannes Pohl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for parsing and evaluating Sigma rules to create custom detection pipelines" readme = "README.md" keywords = [ "sigma", "sigma-rules", "siem", "detection", "security", ] categories = [ "parser-implementations", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jopohl/sigma-rust" [lib] name = "sigma_rust" path = "src/lib.rs" [[example]] name = "detect" path = "examples/detect.rs" [[test]] name = "json_events" path = "tests/json_events.rs" [[test]] name = "parse_keywords_rule" path = "tests/parse_keywords_rule.rs" [[test]] name = "parse_null_fields" path = "tests/parse_null_fields.rs" [[test]] name = "parse_sigma_main_rules" path = "tests/parse_sigma_main_rules.rs" [[test]] name = "test_parse_field_list" path = "tests/test_parse_field_list.rs" [dependencies.base64] version = "0.22.1" [dependencies.cidr] version = "0.3.0" [dependencies.glob-match] version = "0.2.1" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.132" optional = true [dependencies.serde_yml] version = "0.0.12" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dev-dependencies.walkdir] version = "2.5.0" [features] default = ["serde_json"]