changesette 2.0.1

A version and changelog manager for single-package applications, using the changesets file format
# 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"
name = "changesette"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A version and changelog manager for single-package applications, using the changesets file format"
homepage = "https://github.com/iorate/changesette"
readme = "README.md"
keywords = [
    "changeset",
    "changelog",
    "versioning",
    "release",
    "semver",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/iorate/changesette"

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

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

[dependencies.anyhow]
version = "1.0.104"

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

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.jsonc-parser]
version = "0.33.1"
features = ["cst"]

[dependencies.pulldown-cmark]
version = "0.13.4"
default-features = false

[dependencies.regex]
version = "1.13.1"

[dependencies.saphyr]
version = "0.0.11"

[dependencies.semver]
version = "1.0.28"

[dependencies.ulid]
version = "3.0.0"

[dev-dependencies.insta]
version = "1.48.0"

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

[lints.rust]
unreachable_pub = "warn"

[profile.dist]
lto = "thin"
inherits = "release"