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