# 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 = "asu" version = "0.1.33" authors = ["anonymous "] description = "Archlinux set the fastest mirror source cli" readme = "README.md" keywords = [ "pacman", "archlinux", "mirror", "cli", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://gitlab.com/andrew_ryan/asu" [package.metadata.arch] arch = ["x86_64"] makedepends = ["cargo"] provides = ["cargo-arch"] [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.dirs] version = "4.0.0" [dependencies.easy-http-request] version = "0.2.13" [dependencies.toml_edit] version = "0.2.1" [dependencies.ureq] version = "2.1.1" [dependencies.useful_macro] version = "0.2.5"