# 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 = "lnk_parser" version = "0.4.0" authors = ["AbdulRhman Alfaifi <@A__ALFAIFI>"] default-run = "lnk_parser" description = "A full rust implementation to parse windows LNK files" homepage = "https://u0041.co/blog/post/4" readme = "README.md" license = "MIT" repository = "https://github.com/AbdulRhmanAlfaifi/lnk_parser" [lib] name = "lnk_parser" path = "src/lib.rs" [[bin]] name = "lnk_parser" path = "src/bin/lnk_parser.rs" [dependencies.byteorder] version = "1.3" [dependencies.chrono] version = "0.4.15" [dependencies.clap] version = "2.33.0" [dependencies.getset] version = "0.1.2" [dependencies.glob] version = "0.3.0" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.winparsingtools] version = "2"