[package]
edition = "2021"
rust-version = "1.85"
name = "zlayer-paths"
version = "0.11.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Centralized filesystem path resolution for ZLayer"
readme = "README.md"
keywords = [
"zlayer",
"paths",
"filesystem",
]
categories = [
"filesystem",
"config",
]
license = "Apache-2.0"
repository = "https://github.com/BlackLeafDigital/ZLayer"
[lib]
name = "zlayer_paths"
path = "src/lib.rs"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dependencies.nix]
version = "0.31"
features = [
"fs",
"signal",
"process",
"user",
"sched",
"mount",
"user",
]
[target."cfg(windows)".dependencies.windows]
version = "0.62"
features = [
"Win32_UI_Shell",
"Win32_Foundation",
]