alpm-pkgbuild 0.2.3

Library and command line tool for interacting with PKGBUILD files
Documentation
[dependencies.alpm-parsers]
version = "0.4.1"

[dependencies.alpm-types]
version = "0.11.0"

[dependencies.fluent-i18n]
version = "0.1.0"

[dependencies.log]
version = "0.4.27"

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
features = ["derive"]
version = "0.27.0"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.which]
version = "8.0.0"

[dependencies.winnow]
version = "0.7.9"

[dev-dependencies.assert_cmd]
version = "2.0.11"

[dev-dependencies.insta]
version = "1.40.0"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.testresult]
version = "0.4.1"

[features]
_winnow-debug = ["winnow/debug"]

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

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
unsafe_code = "deny"

[package]
authors = ["Arne Beer <contact@arne.beer>", "David Runge <dvzrv@archlinux.org>", "Jagoda Ślązak <jslazak@jslazak.com>", "Orhun Parmaksız <orhun@archlinux.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library and command line tool for interacting with PKGBUILD files"
edition = "2024"
homepage = "https://alpm.archlinux.page"
keywords = ["alpm", "arch", "linux", "packaging"]
license = "Apache-2.0 OR MIT"
name = "alpm-pkgbuild"
readme = "README.md"
repository = "https://gitlab.archlinux.org/archlinux/alpm/alpm"
rust-version = "1.85.0"
version = "0.2.3"