dir_spec 0.5.0

A cross-platform Rust library for resolving XDG and platform-specific directories with proper fallbacks.
Documentation
[dev-dependencies.temp-env]
version = "0.3"

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

[lints.clippy]
large-enum-variant = "warn"
missing-errors-doc = "allow"
missing-panics-doc = "allow"
module-name-repetitions = "allow"
must-use-candidate = "allow"
needless-pass-by-value = "warn"
redundant-clone = "warn"
return-self-not-must-use = "allow"
single-match-else = "allow"
too-many-lines = "allow"
trivially-copy-pass-by-ref = "warn"
upper-case-acronyms = "allow"

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
dead_code = "warn"
unsafe_code = "warn"
unused_imports = "warn"
unused_variables = "warn"

[package]
authors = ["Aaron Allen (@aaronmallen)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "os", "config"]
description = "A cross-platform Rust library for resolving XDG and platform-specific directories with proper fallbacks."
edition = "2024"
homepage = "https://github.com/aaronmallen/dir_spec"
keywords = ["xdg", "directories", "cross-platform", "filesystem", "config"]
license = "MIT"
name = "dir_spec"
readme = "README.md"
repository = "https://github.com/aaronmallen/dir_spec.git"
version = "0.5.0"