depup-cli 0.2.1

Check dependency versions across Maven and npm ecosystems
# 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.85"
name = "depup-cli"
version = "0.2.1"
authors = ["Harald Pehl <harald.pehl@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Check dependency versions across Maven and npm ecosystems"
homepage = "https://github.com/hpehl/depup"
readme = "README.md"
keywords = [
    "dependency",
    "version",
    "maven",
    "npm",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/hpehl/depup"

[[bin]]
name = "depup"
path = "src/main.rs"

[[test]]
name = "cli_test"
path = "tests/cli_test.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["cargo"]

[dependencies.clap_complete]
version = "4"
features = ["unstable-dynamic"]

[dependencies.console]
version = "0.16"

[dependencies.indicatif]
version = "0.18"

[dependencies.quick-xml]
version = "0.37"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tempfile]
version = "3"

[profile.release]
lto = true