# 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" name = "notatin" version = "1.0.1" authors = [ "Kimberly Stone ", "Joel Uckelman ", ] exclude = ["test_data/*"] description = "Notatin is a Rust library for parsing offline Windows Registry files." readme = "README.md" keywords = [ "forensic", "windows_registry", "parser", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/strozfriedberg/notatin" [[bin]] name = "reg_compare" path = "./bin/reg_compare.rs" required-features = ["build-binary"] [[bin]] name = "reg_dump" path = "./bin/reg_dump/main.rs" required-features = ["build-binary"] [[bench]] name = "my_benchmark" path = "benches/my_benchmark.rs" harness = false [dependencies.bitflags] version = ">= 2.3.1" [dependencies.blake3] version = ">= 0.3.8" [dependencies.chrono] version = ">=0.4.20" features = ["serde"] [dependencies.clap] version = ">= 4.3.2" optional = true [dependencies.crossterm] version = ">= 0.21.0" [dependencies.enum-primitive-derive] version = ">= 0.2.1" [dependencies.itertools] version = ">= 0.11.0" optional = true [dependencies.md5] version = ">= 0.7.0" [dependencies.nom] version = ">= 6" [dependencies.num] version = ">= 0.4" [dependencies.num-traits] version = ">= 0.2.14" [dependencies.paste] version = ">= 1.0" [dependencies.regex] version = ">= 1.5.4" [dependencies.serde] version = ">= 1.0" features = ["derive"] [dependencies.serde_json] version = ">= 1.0" [dependencies.strum_macros] version = ">= 0.22.0" [dependencies.thiserror] version = ">= 1.0" [dependencies.walkdir] version = ">= 2.3.3" optional = true [dependencies.winstructs] version = ">= 0.3.0" [dependencies.xlsxwriter] version = ">= 0.6.0" optional = true [dev-dependencies.criterion] version = ">= 0.3" [features] build-binary = [ "xlsxwriter", "clap", "walkdir", "itertools", ]