]> git.proxmox.com Git - rustc.git/blame - vendor/dirs/Cargo.toml
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / dirs / Cargo.toml
CommitLineData
f20569fa
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "dirs"
15version = "2.0.2"
16authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
17description = "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."
18readme = "README.md"
19keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
20license = "MIT OR Apache-2.0"
21repository = "https://github.com/soc/dirs-rs"
22[dependencies.cfg-if]
23version = "0.1"
24
25[dependencies.dirs-sys]
26version = "0.3.4"