cap-directories 0.16.3

Capability-based standard directories for config, cache and other data
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.cap-std]
version = "^0.16.1-alpha.0"

[dependencies.directories-next]
version = "2.0.0"

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
categories = ["filesystem"]
description = "Capability-based standard directories for config, cache and other data"
edition = "2018"
keywords = ["app_dirs", "path", "folder", "xdg", "basedir"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "cap-directories"
repository = "https://github.com/bytecodealliance/cap-std"
version = "0.16.3"
[target."cfg(not(windows))".dependencies.posish]
version = "0.16.0"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"