# 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" name = "nt_hive2" version = "4.2.3" authors = [ "Jan Starke ", "Muteb Alqahtani ", ] description = "forensic parser library for Windows registry hive files" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/dfir-dd/nt-hive2" [lib] name = "nt_hive2" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.binread] version = "2.2" [dependencies.binwrite] version = "0.2" [dependencies.bitflags] version = "1.3" [dependencies.byteorder] version = "1.4" [dependencies.chrono] version = "0.4" [dependencies.derive-getters] version = "0.3" [dependencies.encoding_rs] version = "0.8" [dependencies.getset] version = "0.1" [dependencies.log] version = "0.4" [dependencies.marvin32] version = "0.1.0" [dependencies.memoverlay] version = ">=0.1.3" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.winstructs] version = "0.3.0" [dev-dependencies.simplelog] version = "0.12"