matrix-authentication-service/.gear/predownloaded-development/vendor/etcetera/Cargo.toml
2026-03-07 01:41:31 +03:00

42 lines
1.1 KiB
TOML

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "etcetera"
version = "0.8.0"
description = "An unopinionated library for obtaining configuration, data, cache, & other directories"
homepage = "https://github.com/lunacookies/etcetera"
documentation = "https://docs.rs/etcetera"
readme = "README.md"
keywords = [
"xdg",
"dirs",
"directories",
"basedir",
"path",
]
categories = ["config"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lunacookies/etcetera"
[dependencies.cfg-if]
version = "1"
[dependencies.home]
version = "0.5"
[target."cfg(windows)".dependencies.windows-sys]
version = "0.48"
features = [
"Win32_Foundation",
"Win32_UI_Shell",
]