# 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 = "homedir" version = "0.3.4" authors = ["James Petersen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate to help get the home directory of any user on a system." homepage = "https://jamespetersen.ca/homedir" readme = "README.md" keywords = [ "home", "directory", "utility", "lightweight", "profile", ] categories = [ "config", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ljtpetersen/homedir" [lib] name = "homedir" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [features] default = ["windows-coinitialize"] windows-coinitialize = [] [target."cfg(unix)".dependencies.nix] version = "0.29" features = ["user"] [target."cfg(windows)".dependencies.widestring] version = "1.0.2" [target."cfg(windows)".dependencies.windows] version = "0.57.0" features = [ "Win32", "Win32_UI_Shell", "Win32_Security", "Win32_Security_Authorization", "Win32_System_Com", "Win32_System_Rpc", "Win32_System_Threading", "Win32_System_Wmi", ]