# 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 = "pmm" version = "0.1.4" authors = ["Andrew Ryan "] description = "Archlinux pacman set the fastest mirror source" documentation = "https://docs.rs/cpm/" readme = "README.md" keywords = [ "pacman", "archlinux", "mirror", "cli", ] categories = ["command-line-utilities"] license = "MIT" resolver = "2" [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"