robius-directories 5.0.1

A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows macOS, Android, and redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.
Documentation
[[bench]]
harness = false
name = "constructors"
path = "benches/constructors.rs"

[dependencies.dirs-sys]
version = "0.4.1"

[dev-dependencies.bencher]
version = "0.1.5"

[lib]
name = "robius_directories"
path = "src/lib.rs"

[package]
authors = ["Simon Ochsenreither <simon@ochsenreither.de>", "Klim Tsoutsman <klim@tsoutsman.com>", "Kevin Boos <kevinaboos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows macOS, Android, and redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS."
keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
license = "MIT OR Apache-2.0"
name = "robius-directories"
readme = "README.md"
repository = "https://github.com/project-robius/robius-directories"
version = "5.0.1"

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "^0.21.1"

[target.'cfg(target_os = "android")'.dependencies.robius-android-env]
version = "0.2.0"