# 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 = "2018" rust-version = "1.63" name = "dionysos" version = "1.2.6" authors = ["Jan Starke "] description = "Scanner for various IoCs" homepage = "https://www.github.com/dfir-dd/dionysos" readme = "README.md" keywords = [ "cli", "forensics", "security", ] categories = [ "command-line-utilities", "filesystem", ] license = "GPL-3.0" repository = "https://www.github.com/dfir-dd/dionysos" [package.metadata.deb] depends = "libyara-dev (>=4.2.1), file, libclang-dev" license-file = "LICENSE" [lib] name = "libdionysos" path = "src/lib.rs" [[bin]] name = "dionysos" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.binread] version = "2" optional = true [dependencies.bzip2] version = "0.4.3" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.csv] version = "1.1" [dependencies.duplicate] version = "0.4" [dependencies.evtx] version = "0.8" features = ["multithreading"] optional = true [dependencies.file-owner] version = "0.1" [dependencies.filemagic] version = "0" [dependencies.flate2] version = "1" [dependencies.hex] version = "0.4" [dependencies.indicatif] version = "0.17.0-rc.11" [dependencies.log] version = "0.4" [dependencies.maplit] version = "1" [dependencies.md-5] version = "0.10" [dependencies.memmap] version = "0.7" [dependencies.nt_hive2] version = "3.0" features = [] optional = true [dependencies.num_cpus] version = "1.13" [dependencies.rayon] version = "1.6" [dependencies.regex] version = "1.5" [dependencies.scoped-tls] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha-1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.simplelog] version = "0.12" [dependencies.walkdir] version = "2" [dependencies.xz] version = "0.1" [dependencies.yara] version = "0.17" [dependencies.zip] version = "0.6" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates-core] version = "1" [dev-dependencies.tempfile] version = "3" [features] default = [ "scan_evtx", "scan_reg", ] scan_evtx = ["evtx"] scan_reg = [ "nt_hive2", "binread", ]