# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "winfolder" version = "0.1.1" authors = ["David Herman "] description = "Provides locations of standard Windows folders on the current system." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/dherman/winfolder" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies] [target."cfg(windows)".dependencies.guid] version = "0.1.0" [target."cfg(windows)".dependencies.ole32-sys] version = "0.2.0" [target."cfg(windows)".dependencies.shell32-sys] version = "0.1.1" [target."cfg(windows)".dependencies.winapi] version = "0.2.8"