1[package]
2name = "dirs"
3version = "5.0.1"
4authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
5description = "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS."
6readme = "README.md"
7license = "MIT OR Apache-2.0"
8repository = "https://github.com/soc/dirs-rs"
9maintenance = { status = "actively-developed" }
10keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
11
12[dependencies]
13dirs-sys = "0.4.1"
14