[package] name = "lnk2bodyfile" version = "0.1.1" edition = "2021" authors = ["Jan Starke "] license = "GPL-3.0" description = "Parse Windows LNK files and create bodyfile output" repository = "https://github.com/janstarke/lnk2bodyfile" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lnk_parser = "0.4.0" anyhow = "1.0" bodyfile = "0.1" clap={version="4", features=["derive", "cargo", "wrap_help"]} clap-verbosity-flag = {version="2.0.0"} log = "0.4" simplelog = "0.12" chrono = "0.4" winparsingtools = "2.0.0"