check-updates 0.3.0

CLI for checking for updates to your Cargo dependencies
Documentation
# 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 = "2024"
name = "check-updates"
version = "0.3.0"
authors = ["Henry Gressmann <crates@henrygressmann.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for checking for updates to your Cargo dependencies"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/explodingcamera/check-updates"

[lib]
name = "check_updates"
path = "src/lib.rs"

[dependencies.cargo_metadata]
version = "0.23"

[dependencies.crates-index]
version = "3.13"

[dependencies.disponent]
version = "0.2"

[dependencies.http]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.purl]
version = "0.1"

[dependencies.reqwest]
version = "0.13"
features = [
    "http2",
    "native-tls",
]
default-features = false

[dependencies.semver]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml_edit]
version = "0.25"