xdg-home 1.3.0

The user's home directory as per XDG Specification
Documentation
[lib]
name = "xdg_home"
path = "src/lib.rs"

[package]
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["filesystem", "os::unix-apis", "os::windows-apis"]
description = "The user's home directory as per XDG Specification"
edition = "2021"
keywords = ["xdg", "home"]
license = "MIT"
name = "xdg-home"
readme = "README.md"
repository = "https://github.com/zeenix/xdg-home"
rust-version = "1.60"
version = "1.3.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_UI_Shell", "Win32_System_Com"]
version = "0.59"