arch-pkg-text 0.8.0

Pure Rust library to parse Arch Linux packages' structured text formats
Documentation
[dependencies.derive_more]
default-features = false
features = ["as_ref", "deref", "display", "error"]
version = "2.0.1"

[dependencies.indexmap]
optional = true
version = "2.7.1"

[dependencies.iter-scan]
version = "0.4.0"

[dependencies.lines-inclusive]
version = "0.0.0"

[dependencies.parking_lot]
optional = true
version = "0.12.3"

[dependencies.pipe-trait]
version = "0.4.0"

[dependencies.strum]
default-features = false
features = ["derive", "phf"]
version = "0.27.1"

[dependencies.typebool]
version = "0.1.0"

[dev-dependencies.hex_lit]
features = ["rust_v_1_46"]
version = "0.1.1"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[features]
default = ["std"]
parking_lot = ["std", "dep:parking_lot"]
std = ["strum/std", "dep:indexmap"]

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

[package]
authors = ["khai96_ <hvksmr1996@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "parsing"]
description = "Pure Rust library to parse Arch Linux packages' structured text formats"
edition = "2024"
include = ["/src", "/Cargo.toml", "/README.md", "/LICENSE.md"]
keywords = ["pure-rust", "srcinfo", "desc", "archlinux"]
license = "MIT"
name = "arch-pkg-text"
readme = "README.md"
repository = "https://github.com/pacman-repo-builder/arch-pkg-text.git"
version = "0.8.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]