# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "archlinux-repo" version = "0.1.6" authors = ["Aleksei Arsenev "] include = ["src/", "LICENSE-APACHE", "LICENSE-MIT", "README.md"] description = "Arch Linux repositories parser" readme = "README.md" keywords = ["archlinux", "repository", "client"] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/alesharik/archlinux-repo-rs" [dependencies.archlinux-repo-parser] version = "0.1.6" [dependencies.chrono] version = "0.4.19" [dependencies.flate2] version = "1.0.21" [dependencies.futures] version = "0.3.17" [dependencies.hyper] version = "0.14.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.4" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.tar] version = "0.4.37" [dependencies.tokio] version = "1.11.0" features = ["macros", "rt"]