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