cargo-ddd 0.2.2

A cargo subcommand for inspecting what changes brings dependency version update into your project
[[bin]]
name = "cargo-ddd"
path = "src/main.rs"

[dependencies.anyhow]
default-features = false
features = ["std"]
version = "1.0"

[dependencies.cargo_metadata]
default-features = false
version = "0.23"

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

[dependencies.indexmap]
default-features = false
features = ["std"]
version = "2.12"

[dependencies.semver]
default-features = false
features = ["std"]
version = "1.0"

[package]
authors = ["Oleg Khryptul dark.haron@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "security"]
description = "A cargo subcommand for inspecting what changes brings dependency version update into your project"
edition = "2024"
exclude = ["docs/", "examples/", ".github/", "tests"]
homepage = "https://github.com/HaronK/cargo-ddd"
keywords = ["utility", "cli", "dependency", "diff", "statistics"]
license = "MIT OR Apache-2.0"
name = "cargo-ddd"
readme = "README.md"
repository = "https://github.com/HaronK/cargo-ddd"
version = "0.2.2"