xdg-home 1.3.0

The user's home directory as per XDG Specification
Documentation
[package]
name = "xdg-home"
version = "1.3.0"
edition = "2021"
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
rust-version = "1.60"

description = "The user's home directory as per XDG Specification"
repository = "https://github.com/zeenix/xdg-home"
license = "MIT"
keywords = ["xdg", "home"]
categories = ["filesystem", "os::unix-apis", "os::windows-apis"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

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