jumplist_parser 0.1.0

A Rust library to parse Windows Jumplist files (automaticDestinations-ms and customDestinations-ms)
Documentation
[[bin]]
name = "jumplist_parser"
path = "src/main.rs"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.cfb]
version = "0.10.0"

[dependencies.clap]
features = ["cargo"]
version = "4.5.41"

[dependencies.glob]
version = "0.3.2"

[dependencies.lnk_parser]
version = "0.4.2"

[dependencies.phf]
features = ["macros"]
version = "0.12.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.winparsingtools]
version = "2.1.4"

[lib]
name = "jumplist_parser"
path = "src/lib.rs"

[package]
authors = ["AbdulRhman Alfaifi <@A__ALFAIFI>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "filesystem", "command-line-utilities", "parsing"]
description = "A Rust library to parse Windows Jumplist files (automaticDestinations-ms and customDestinations-ms)"
edition = "2018"
homepage = "https://github.com/AbdulRhmanAlfaifi/jumplist_parser"
keywords = ["jumplist", "windows", "forensics", "dfir", "artifacts"]
license = "MIT OR Apache-2.0"
name = "jumplist_parser"
readme = "README.md"
repository = "https://github.com/AbdulRhmanAlfaifi/jumplist_parser"
version = "0.1.0"

[[test]]
name = "jump_list_tests"
path = "tests/jump_list_tests.rs"