cargo-upgrades 3.0.0

Checks if dependencies in Cargo.toml are up to date. Compatible with workspaces and path 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"
rust-version = "1.92"
name = "cargo-upgrades"
version = "3.0.0"
authors = ["Kornel <kornel@geekhood.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Checks if dependencies in Cargo.toml are up to date. Compatible with workspaces and path dependencies."
homepage = "https://lib.rs/cargo-upgrades"
readme = "README.md"
keywords = [
    "outdated",
    "dependencies",
    "deps",
    "subcommand",
]
categories = ["development-tools::cargo-plugins"]
license = "GPL-3.0+"
repository = "https://gitlab.com/kornelski/cargo-upgrades"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[badges.maintenance]
status = "passively-maintained"

[features]
native-tls = ["reqwest/native-tls"]

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

[[bin]]
name = "cargo-upgrades"
path = "src/main.rs"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.crates-index]
version = "3.12"
features = ["sparse"]
default-features = false

[dependencies.http]
version = "1"

[dependencies.quick-error]
version = "2.0.1"

[dependencies.reqwest]
version = "0.13"
features = [
    "gzip",
    "blocking",
]
default-features = false

[dependencies.semver]
version = "1.0.27"

[dependencies.tabwriter]
version = "1.4"

[dependencies.xflags]
version = "0.3.2"

[dependencies.yansi]
version = "1.0.1"
features = [
    "detect-tty",
    "detect-env",
]

[target.aarch64-apple-darwin.dependencies.reqwest]
version = "0.13"
features = [
    "gzip",
    "blocking",
    "native-tls",
]
default-features = false

[profile.dev]
opt-level = 1
debug = 1

[profile.release]
lto = true
debug = 0