semwave 0.2.1

Static analysis tool for semver bump propagation in Cargo workspaces
# 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 = "semwave"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Static analysis tool for semver bump propagation in Cargo workspaces"
readme = "README.md"
keywords = [
    "semver",
    "versioning",
    "cargo",
    "static-analysis",
    "breaking-changes",
]
categories = ["development-tools::cargo-plugins"]
license = "MIT"
repository = "https://github.com/uandere/semwave"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.cargo_metadata]
version = "0.23.1"

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

[dependencies.colored]
version = "3"

[dependencies.rustdoc-json]
version = "0.9.8"

[dependencies.rustdoc-types]
version = "0.57.0"

[dependencies.semver]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"