ucifer 0.3.0

OpenWrt UCI Parser and Exporter
Documentation
[dependencies.derive_more]
default-features = false
features = ["display", "error", "from"]
version = "2"

[dependencies.descape]
features = ["core_error"]
version = "2"

[dependencies.hashbrown]
version = "0.16"

[dependencies.lasso]
features = ["no-std"]
version = "0.7"

[dependencies.logos]
default-features = false
features = ["export_derive"]
version = "0.15"

[dev-dependencies.assert2]
version = "0.3"

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

[lints.clippy]
missing_docs_in_private_items = "warn"
nursery = "warn"
pedantic = "warn"

[lints.clippy.doc_markdown]
level = "allow"
priority = 1

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "forbid"

[package]
authors = ["Project Turris <cargo@turris.cz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "parser-implementations"]
description = "OpenWrt UCI Parser and Exporter"
documentation = "https://docs.rs/ucifer"
edition = "2024"
keywords = ["uci", "openwrt", "turris", "config"]
license = "GPL-3.0-or-later"
name = "ucifer"
readme = "README.md"
repository = "https://gitlab.nic.cz/turris/ucifer"
rust-version = "1.87"
version = "0.3.0"