# 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 = "notepad_parser" version = "0.1.0" authors = ["AbdulRhman Alfaifi <@A__ALFAIFI>"] default-run = "notepad_parser" description = "Notepad TabState file parser" homepage = "https://u0041.co/posts/articals/exploring-windows-artifacts-notepad-files/" readme = "README.md" keywords = [ "DFIR", "artifacts", "forensics", "windows", "notepad", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AbdulRhmanAlfaifi/notepad_parser" [lib] name = "notepad_parser" path = "src/lib.rs" [[bin]] name = "notepad_parser" path = "src/bin/notepad_parser.rs" [dependencies.byteorder] version = "^1.3" [dependencies.clap] version = "^4.5.15" [dependencies.csv] version = "^1.3.0" [dependencies.glob] version = "^0.3.1" [dependencies.log] version = "^0.4.22" [dependencies.log4rs] version = "^1.3.0" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "^1.0.63" [dependencies.winparsingtools] version = "^2.1.0"