zlayer-paths 0.12.9

Centralized filesystem path resolution for ZLayer
Documentation
# 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.85"
name = "zlayer-paths"
version = "0.12.9"
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"

[dependencies.tempfile]
version = "3"

[dependencies.zlayer-types]
version = "0.12.9"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_UI_Shell",
]

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.nix]
version = "0.31"
features = [
    "fs",
    "signal",
    "process",
    "user",
    "sched",
    "mount",
    "term",
    "user",
]