[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"]
[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"