[dependencies.option-ext]
version = "0.2.0"
[lib]
name = "dirs_sys"
path = "src/lib.rs"
[package]
authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "System-level helper functions for the dirs and directories crates."
license = "MIT OR Apache-2.0"
name = "dirs-sys"
readme = "README.md"
repository = "https://github.com/dirs-dev/dirs-sys-rs"
version = "0.5.0"
[target.'cfg(target_os = "redox")'.dependencies.redox_users]
default-features = false
version = "0.5"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_UI_Shell", "Win32_Foundation", "Win32_Globalization", "Win32_System_Com"]
version = ">= 0.59.0"