# 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 = "huskyup" version = "0.1.1" authors = ["Xiyu Zhai "] description = "toolchain installer for the Husky programming language" homepage = "https://github.com/xiyuzhai-husky-lang/huskyup" readme = "README.md" keywords = [ "huskyup", "multihusky", "install", "proxy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/rustup" [profile.release] lto = true codegen-units = 1 [profile.release.build-override] opt-level = 0 [lib] name = "rustup" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.cfg-if] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" features = ["wrap_help"]