rust-latest 1.4.2

A CLI tool to determine the latest version of the Rust toolchain.
[[bin]]
name = "rust-latest"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.chrono]
features = ["serde"]
version = "0.4.41"

[dependencies.clap]
features = ["derive"]
version = "4.5.47"

[dependencies.maplit]
version = "1.0.2"

[dependencies.regex]
version = "1.11.2"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12.23"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.toml]
version = "0.9.5"

[package]
authors = ["Daniel Beckwith <djbsnx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "development-tools"]
description = "A CLI tool to determine the latest version of the Rust toolchain."
edition = "2024"
keywords = ["latest", "version", "release", "channel", "toolchain"]
license = "MIT"
name = "rust-latest"
readme = "README.md"
repository = "https://github.com/dbeckwith/rust-latest"
version = "1.4.2"