dir_spec 0.5.2

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

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

[dev-dependencies.temp-env]
version = "0.3"

[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"