# 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 = "2021" name = "repodb_parser" version = "0.3.0" authors = ["Michael Picht "] build = false exclude = [ "Makefile", ".git*", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for Arch Linux repository DB's" homepage = "https://gitlab.com/rust-utils/repodb_parser" documentation = "https://docs.rs/repodb_parser" readme = "README.md" keywords = [ "arch_linux", "archlinux", "repository", "repository_db", ] categories = ["command-line-interface"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/rust-utils/repodb_parser" [lib] name = "repodb_parser" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.flate2] version = "1" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.tar] version = "0.4" [dependencies.url] version = "2" [dependencies.xz2] version = "0.1" [badges.maintenance] status = "actively-developed"