cap-directories 0.13.8

Capability-oriented standard directories for config, cache and other data
Documentation
[package]
name = "cap-directories"
version = "0.13.8"
description = "Capability-oriented standard directories for config, cache and other data"
authors = [
    "Dan Gohman <dev@sunfishcode.online>",
    "Jakub Konka <kubkon@jakubkonka.com>",
]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
keywords = ["app_dirs", "path", "folder", "xdg", "basedir"]
categories = ["filesystem"]
repository = "https://github.com/bytecodealliance/cap-std"
edition = "2018"

[dependencies]
cap-std = { path = "../cap-std", version = "^0.13.8-alpha.0"}
directories-next = "2.0.0"

[target.'cfg(not(windows))'.dependencies]
libc = "0.2.81"

[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"

[badges]
maintenance = { status = "actively-developed" }