repodb_parser 0.3.1

Parser for Arch Linux repository DB's
Documentation
# SPDX-FileCopyrightText: 2022-2026 Michael Picht <mipi@fsfe.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later

[package]
name = "repodb_parser"
version = "0.3.1"
edition = "2021"
authors = [ "Michael Picht <mipi@fsfe.org>"]
license = "GPL-3.0-or-later"
description = "Parser for Arch Linux repository DB's"
keywords = ["arch_linux", "archlinux", "repository", "repository_db"]
categories = ["command-line-interface"]
repository = "https://codeberg.org/rust-utils/repodb_parser"
homepage = "https://codeberg.org/rust-utils/repodb_parser"
readme = "README.md"
documentation = "https://docs.rs/repodb_parser"
exclude = ["Makefile", ".git*", "CHANGELOG.md"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
anyhow = "1"
chrono = "0.4"
flate2 = "1"
hex = "0.4"
lazy_static = "1"
regex = "1"
tar = "0.4"
url = "2"
xz2 = "0.1"