51 lines
1.2 KiB
TOML
51 lines
1.2 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 = "2021"
|
|
rust-version = "1.60"
|
|
name = "xdg-home"
|
|
version = "1.3.0"
|
|
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
|
|
build = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "The user's home directory as per XDG Specification"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"xdg",
|
|
"home",
|
|
]
|
|
categories = [
|
|
"filesystem",
|
|
"os::unix-apis",
|
|
"os::windows-apis",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/zeenix/xdg-home"
|
|
|
|
[lib]
|
|
name = "xdg_home"
|
|
path = "src/lib.rs"
|
|
|
|
[target."cfg(unix)".dependencies.libc]
|
|
version = "0.2"
|
|
|
|
[target."cfg(windows)".dependencies.windows-sys]
|
|
version = "0.59"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_UI_Shell",
|
|
"Win32_System_Com",
|
|
]
|