# 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-prefetch" version = "0.13.3" authors = ["Samuel Garcés MarÃn <samuel.garces@protonmail.com>"] build = false exclude = [ "/artifacts", "/img", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Pure rust windows prefetch parser implementation" readme = "README.md" keywords = [ "forensic", "windows", "prefetch", "registry", "cybersecurity", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/ForensicRS/frnsc-prefetch" [lib] name = "frnsc_prefetch" path = "src/lib.rs" [dependencies.crc32fast] version = "1.3.2" [dependencies.forensic-rs] version = "0.13"