# 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 = "2021" name = "lnk" version = "0.5.1" authors = [ "Lily Hopkins ", "Simon Buchan ", ] description = "A Rust library to parse and write Windows shortcut files (.lnk)" readme = "README.md" license = "MIT" repository = "https://github.com/lilopkins/lnk-rs" [[example]] name = "create_lnk" required-features = ["experimental_save"] [[test]] name = "create-read-blank" required-features = ["experimental_save"] [dependencies.bitflags] version = "1.2.1" [dependencies.byteorder] version = "1.3.4" [dependencies.chrono] version = "0.4.23" [dependencies.log] version = "0.4.11" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dev-dependencies.pretty_env_logger] version = "0.4.0" [features] default = [] experimental_save = []