changeset-project 0.1.2

Cargo project discovery and management for changesets
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-project"
version = "0.1.2"
authors = ["Lukas Wagner <appdev.lukaswagner@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo project discovery and management for changesets"
homepage = "https://github.com/lukidoescode/cargo-changeset"
readme = "README.md"
keywords = [
    "cargo",
    "changeset",
    "workspace",
    "release",
]
categories = ["development-tools::cargo-plugins"]
license = "MIT"
repository = "https://github.com/lukidoescode/cargo-changeset"
resolver = "2"

[features]
testing = []

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

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

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

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

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

[dependencies.glob]
version = "0.3.3"

[dependencies.globset]
version = "0.4"

[dependencies.gset]
version = "1.1.0"

[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"

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

[dev-dependencies.tempfile]
version = "3.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