# 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 = "arch-mirrors-rs" version = "0.1.1" authors = ["IgnisDa "] description = "Parse the Arch Linux mirror status." readme = "README.md" keywords = [ "arch-linux", "linux", "mirrors", "mirror", "mirrorlist", ] license = "MIT" repository = "https://github.com/IgnisDa/rust-libs" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.quick-error] version = "2.0.1" [dependencies.reqwest] version = "0.11.13" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies.tokio] version = "1.6.0" features = [ "macros", "rt-multi-thread", ]