uapi-config 0.2.0

Rust implementation of the UAPI Configuration Files Specification
Documentation
[dependencies.dirs]
default-features = false
optional = true
version = "6"

[features]
dirs = ["dep:dirs"]

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

[lints.clippy]
default_trait_access = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

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

[lints.rust]
rust_2018_idioms = "deny"
warnings = "deny"

[package]
authors = ["Arnav Singh <me@arnavion.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = "Rust implementation of the UAPI Configuration Files Specification"
documentation = "https://docs.rs/uapi-config/0.2.0/"
edition = "2024"
include = ["Cargo.toml", "COPYING", "README.md", "src/**/*"]
keywords = ["econf", "libeconf", "systemd", "uapi"]
license = "AGPL-3.0-only"
name = "uapi-config"
readme = "README.md"
repository = "https://github.com/Arnavion/uapi-config"
version = "0.2.0"