lnk_parser 0.4.3

A full rust implementation to parse windows LNK files
Documentation
# 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.3"
authors = ["AbdulRhman Alfaifi <@A__ALFAIFI>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
cli = [
    "clap",
    "serde_json",
    "glob",
]

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

[[bin]]
name = "lnk_parser"
path = "src/bin/lnk_parser.rs"
required-features = ["cli"]

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

[dependencies.byteorder]
version = "^1.5"

[dependencies.chrono]
version = "^0.4.41"

[dependencies.clap]
version = "^2.33.0"
optional = true

[dependencies.getset]
version = "^0.1.6"

[dependencies.glob]
version = "^0.3.2"
optional = true

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

[dependencies.serde_json]
version = "^1.0.140"
optional = true

[dependencies.winparsingtools]
version = "^2.1.4"