arch-pkg-text 0.10.0

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

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

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

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

[dependencies.derive_more]
version = "2.0.1"
features = [
    "as_ref",
    "deref",
    "display",
    "error",
]
default-features = false

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

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

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

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

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

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

[dependencies.typebool]
version = "0.1.0"

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

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

[dev-dependencies.text-block-macros]
version = "0.2.0"