changeset-operations 0.1.3

Core operations and business logic for cargo-changeset
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.85.0"
name = "changeset-operations"
version = "0.1.3"
authors = ["Lukas Wagner <appdev.lukaswagner@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core operations and business logic for cargo-changeset"
homepage = "https://github.com/lukidoescode/cargo-changeset"
readme = "README.md"
keywords = [
    "cargo",
    "changeset",
    "release",
    "versioning",
]
categories = ["development-tools::cargo-plugins"]
license = "MIT"
repository = "https://github.com/lukidoescode/cargo-changeset"

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

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

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

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

[dependencies.changeset-changelog]
version = "0.0.3"

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

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

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

[dependencies.changeset-parse]
version = "0.0.3"

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

[dependencies.changeset-saga]
version = "0.0.2"

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

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.gset]
version = "1.1.0"

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

[dependencies.petname]
version = "2.0.2"

[dependencies.semver]
version = "1.0.27"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.9.11"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.anyhow]
version = "1.0.101"

[dev-dependencies.changeset-project]
version = "0.1.2"
features = ["testing"]

[dev-dependencies.git2]
version = "0.20"
default-features = false

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

[dev-dependencies.toml_edit]
version = "0.25.0"

[lints.clippy]
needless_pass_by_value = "allow"
struct_excessive_bools = "allow"
type_complexity = "allow"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1