check-updates-cli 0.2.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-cli"
version = "0.2.0"
authors = ["Henry Gressmann <crates@henrygressmann.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "check-updates"
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_cli"
path = "src/lib.rs"

[[bin]]
name = "cargo-check-updates"
path = "src/bin/cargo-check-updates.rs"

[[bin]]
name = "check-updates"
path = "src/bin/check-updates.rs"

[dependencies.check-updates]
version = "0.2.0"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "color",
    "unstable-styles",
]

[dependencies.clap_complete]
version = "4.6"

[dependencies.console]
version = "0.16"
default-features = false

[dependencies.ctrlc]
version = "3.5"

[dependencies.env_logger]
version = "0.11"

[dependencies.indicatif]
version = "0.18"

[dependencies.log]
version = "0.4"

[dependencies.semver]
version = "1.0"