cap-directories 0.7.0

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

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

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
categories = ["filesystem"]
description = "Capability-oriented 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"
readme = "README.md"
repository = "https://github.com/bytecodealliance/cap-std"
version = "0.7.0"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.81"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"