[package]
name = "home"
version = "0.3.2"
authors = ["Brian Anderson <andersrb@gmail.com>"]
description = "Shared definitions of home directories"
documentation = "https://docs.rs/home"
license = "MIT/Apache-2.0"
repository = "https://github.com/brson/home"
[target."cfg(windows)".dependencies.scopeguard]
version = "0.3"
[target."cfg(windows)".dependencies.userenv-sys]
version = "0.2.0"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["errhandlingapi", "handleapi", "processthreadsapi", "std", "winerror", "winnt"]