xdge 0.1.0

A complete, zero-dependency implementation of the XDG Base Directory Specification (v0.8) for Linux and Unix systems.
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.70"
name = "xdge"
version = "0.1.0"
authors = ["oqxo <oqxo.github@gmail.com>"]
build = false
exclude = [
    ".github/",
    "*.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A complete, zero-dependency implementation of the XDG Base Directory Specification (v0.8) for Linux and Unix systems."
homepage = "https://github.com/oqxo/xdge"
documentation = "https://docs.rs/xdge"
readme = "README.md"
keywords = [
    "xdg",
    "basedir",
    "filesystem",
    "linux",
    "freedesktop",
]
categories = [
    "filesystem",
    "os::unix-apis",
    "config",
]
license = "MIT"
repository = "https://github.com/oqxo/xdge"

[lib]
name = "xdge"
path = "src/lib.rs"

[dependencies]

[dev-dependencies.tempfile]
version = "3"