# 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" rust-version = "1.64.0" name = "cargo-which-nightly" version = "0.2.2" authors = ["Chris Down "] description = "Find the latest Rust nightly with combinations of features present." readme = "README.md" keywords = [ "cargo", "update", "plugin", "subcommand", ] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/cdown/cargo-which-nightly" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.current_platform] version = "0.2.0" [dependencies.rayon] version = "1.7.0" [dependencies.serde_json] version = "1.0.96" [dependencies.ureq] version = "2.6.2" features = [ "json", "rustls", "tls", ] default-features = false