# 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 = "2018" name = "rustup-mirror" version = "0.8.1" authors = ["Jiajie Chen "] description = "Setup a local rustup mirror." readme = "README.md" keywords = [ "rustup", "mirror", ] license = "MIT" repository = "https://github.com/jiegec/rustup-mirror" [package.metadata.deb] section = "utils" [dependencies.anyhow] version = "1.0.58" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.18" [dependencies.filebuffer] version = "0.4.0" [dependencies.glob] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.5" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "socks", ] [dependencies.ring] version = "0.17.0" [dependencies.toml] version = "0.8.1" [dependencies.url] version = "2.2.2"