# 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 = "frnsc-hive" version = "0.13.4" authors = ["Samuel Garcés MarÃn <samuel.garces@protonmail.com>"] build = false exclude = ["/artifacts"] autobins = false autoexamples = false autotests = false autobenches = false description = "Implements RegistryReader from forensic-rs to access the windows registry from Hive files" readme = "README.md" keywords = [ "forensic", "windows", "parser", "registry", "cybersecurity", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/ForensicRS/frnsc-hive" [lib] name = "frnsc_hive" path = "src/lib.rs" [dependencies.forensic-rs] version = "0.13" [features] default = []