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