[package]
name = "dirs-sys"
version = "0.2.0"
authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
description = "System-level helper functions for the dirs and directories crates."
readme = "README.md"
keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/soc/dirs-sys-rs"
[dependencies.cfg-if]
version = "0.1"
[target."cfg(target_os = \"redox\")".dependencies.redox_users]
version = "0.3.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]