[package] name = "repodb_parser" version = "0.3.0" edition = "2021" authors = [ "Michael Picht "] 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://gitlab.com/rust-utils/repodb_parser" homepage = "https://gitlab.com/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"