[dependencies.bimap]
version = "0.6"
[dependencies.derive_more]
features = ["display", "error", "from"]
version = "2"
[dependencies.descape]
features = ["std"]
version = "2"
[dependencies.hashbrown]
version = "0.16"
[dependencies.lasso]
version = "0.7"
[dependencies.logos]
version = "0.15"
[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.2.3"