# 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" rust-version = "1.60.0" name = "known-folders" version = "1.2.0" authors = ["Ryan Lopopolo "] include = [ "examples/**/*", "src/**/*", "tests/**/*", "LICENSE-*", "README.md", ] description = "A safe wrapper around the Known Folders API on Windows" homepage = "https://github.com/artichoke/known-folders-rs" documentation = "https://docs.rs/known-folders" readme = "README.md" keywords = [ "app_dirs", "known-folder", "path", "windows", ] categories = [ "api-bindings", "filesystem", "os::windows-apis", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/artichoke/known-folders-rs" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-msvc", "i686-pc-windows-gnu", ] [dependencies] [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_Foundation", "Win32_Globalization", "Win32_System_Com", "Win32_UI_Shell", ]