cap-directories 3.0.0

Capability-based standard directories for config, cache and other data
Documentation
[dependencies.cap-std]
version = "^3.0.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 = "2021"
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 = "3.0.0"
[target."cfg(not(windows))".dependencies.rustix]
version = "0.38.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation"]
version = "0.52.0"