dirs-lite 1.0.2

Get platform-specific config, data, and cache directories. Supports XDG-style on macOS. No dependencies.
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"
rust-version = "1.85"
name = "dirs-lite"
version = "1.0.2"
authors = ["Sven Kanoldt <sven@d34dl0ck.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Get platform-specific config, data, and cache directories. Supports XDG-style on macOS. No dependencies."
documentation = "https://docs.rs/dirs-lite"
readme = "README.md"
keywords = [
    "xdg",
    "directories",
    "config",
    "cache",
    "path",
]
categories = [
    "filesystem",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sassman/dirs-lite-rs"

[features]
default = []
favor-xdg-style = []

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

[dependencies]