Files
Notes/notes-service/vendor/etcetera/Cargo.toml
T
2026-08-01 16:11:49 +03:00

52 lines
1.3 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 = "2024"
rust-version = "1.87.0"
name = "etcetera"
version = "0.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
[lib]
name = "etcetera"
path = "src/lib.rs"
[dependencies.cfg-if]
version = "1"
[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
"Win32_Foundation",
"Win32_System_Com",
"Win32_UI_Shell",
]