1[package]
2name = "directories"
3version = "6.0.0"
4authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
5description = "A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS 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/directories-rs"
9maintenance = { status = "actively-developed" }
10keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
11
12[dependencies]
13dirs-sys = "0.5.0"
14
15[dev-dependencies]
16bencher = "0.1.5"
17
18[[bench]]
19name = "constructors"
20harness = false
21