cargo-changeset 0.1.7

A cargo subcommand for managing changesets
# 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.88.0"
name = "cargo-changeset"
version = "0.1.7"
authors = ["Lukas Wagner <appdev.lukaswagner@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cargo subcommand for managing changesets"
homepage = "https://github.com/lukidoescode/cargo-changeset"
readme = "README.md"
keywords = [
    "cargo",
    "release-management",
    "release",
    "changelog",
    "semver",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
]
license = "MIT"
repository = "https://github.com/lukidoescode/cargo-changeset"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.changeset-core]
version = "0.0.4"

[dependencies.changeset-git]
version = "0.0.4"

[dependencies.changeset-manifest]
version = "0.0.5"

[dependencies.changeset-operations]
version = "0.2.1"

[dependencies.changeset-project]
version = "0.1.4"

[dependencies.changeset-version]
version = "0.0.4"

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

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.tempfile]
version = "3.25"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.assert_cmd]
version = "2.1"

[dev-dependencies.indexmap]
version = "2.7.1"
features = ["serde"]

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.semver]
version = "1.0.27"

[dev-dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.temp-env]
version = "0.3.6"

[build-dependencies.chrono]
version = "0.4.44"
features = ["clock"]
default-features = false