app_dirs2 2.2.1

Put your app's data in the right place on every platform. Community-maintained project.
Documentation
[package]
authors = ["Andy Barron <AndrewLBarron@gmail.com>", "Simon Heath <icefoxen@gmail.com>"]
categories = ["filesystem", "os"]
description = "Put your app's data in the right place on every platform. Community-maintained project."
documentation = "https://docs.rs/app_dirs2"
edition = "2018"
homepage = "https://lib.rs/app_dirs2"
keywords = ["application", "data", "storage", "location", "directory"]
license = "MIT"
name = "app_dirs2"
readme = "README.md"
repository = "https://github.com/app-dirs-rs/app_dirs2"
version = "2.2.1"
[target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.xdg]
version = "^2.0.0"
[target."cfg(target_os = \"android\")".dependencies.jni]
version = "0.14.0"

[target."cfg(target_os = \"android\")".dependencies.ndk-glue]
version = "0.1.0"
[target."cfg(windows)".dependencies.winapi]
features = ["shlobj", "combaseapi"]
version = "0.3.8"