[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"
[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",
] }