xdgdir 0.8.0

Resolves paths according to the XDG Base Directory Specification
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 = "2024"
name = "xdgdir"
version = "0.8.0"
authors = ["pyk <gm@pyk.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resolves paths according to the XDG Base Directory Specification"
homepage = "https://github.com/pyk/xdgdir"
documentation = "https://docs.rs/xdgdir"
readme = "README.md"
categories = [
    "config",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/pyk/xdgdir"

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

[[bin]]
name = "printdirs"
path = "tests/printdirs.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "printdirs"
path = "tests/printdirs.rs"

[dependencies]

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"