# 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 = "parselnk" version = "0.1.1" authors = ["rustysec "] exclude = [".github/*", "test_data/*"] description = "Parse windows .lnk files in pure rust" homepage = "https://github.com/rustysec/parselnk-rs" documentation = "https://docs.rs/parselnk" readme = "README.md" keywords = ["windows", "lnk", "link"] license = "MIT" repository = "https://github.com/rustysec/parselnk-rs" [dependencies.bitflags] version = "1" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4" optional = true [dependencies.thiserror] version = "1" [dependencies.widestring] version = "0.4" [features] default = ["chrono"]