# 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.70" name = "laurel" version = "0.6.3" authors = [ "Hilko Bengen ", "Sergej Schmidt ", ] description = "Transform Linux Audit logs for SIEM usage" homepage = "https://github.com/threathunters-io/laurel" readme = "README.md" keywords = [ "linux", "audit", "parser", "log", "json", ] categories = ["encoding"] license = "GPL-3.0-or-later" repository = "https://github.com/threathunters-io/laurel" [[bench]] name = "coalesce_execve" harness = false [[bench]] name = "parse" harness = false [dependencies.anyhow] version = "1" [dependencies.exacl] version = ">= 0.6" [dependencies.faster-hex] version = "0.9" [dependencies.getopts] version = "0.2" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.26" [dependencies.nom] version = "7" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.signal-hook] version = "0.3" [dependencies.simple_logger] version = ">= 1" [dependencies.syslog] version = "6" [dependencies.thiserror] version = "1" [dependencies.tinyvec] version = "1" features = [ "alloc", "serde", ] [dependencies.toml] version = "0.5" [dev-dependencies.divan] version = "0.1.13" [dev-dependencies.gperftools] version = "0" [build-dependencies.bindgen] version = ">= 0.60" [features] default = ["procfs"] procfs = [] [target."cfg(target_os = \"linux\")".dependencies.caps] version = "0.5" [badges.maintenance] status = "actively-developed"