homedir 0.3.4

A crate to help get the home directory of any user on a system.
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[features]
default = ["windows-coinitialize"]
windows-coinitialize = []

[lib]
name = "homedir"
path = "src/lib.rs"

[package]
authors = ["James Petersen <m@jamespetersen.ca>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["config", "filesystem"]
description = "A crate to help get the home directory of any user on a system."
edition = "2021"
homepage = "https://jamespetersen.ca/homedir"
keywords = ["home", "directory", "utility", "lightweight", "profile"]
license = "MIT OR Apache-2.0"
name = "homedir"
readme = "README.md"
repository = "https://github.com/ljtpetersen/homedir"
version = "0.3.4"

[target."cfg(unix)".dependencies.nix]
features = ["user"]
version = "0.29"

[target."cfg(windows)".dependencies.widestring]
version = "1.0.2"

[target."cfg(windows)".dependencies.windows]
features = ["Win32", "Win32_UI_Shell", "Win32_Security", "Win32_Security_Authorization", "Win32_System_Com", "Win32_System_Rpc", "Win32_System_Threading", "Win32_System_Wmi"]
version = "0.57.0"