crate-seq 0.2.0

Publish Rust crates to crates.io in sequential SemVer order.
# 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 = "2021"
name = "crate-seq"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Publish Rust crates to crates.io in sequential SemVer order."
homepage = "https://gnu.foo/projects/crate-seq"
readme = "README.md"
keywords = [
    "cargo",
    "publish",
    "crates-io",
    "semver",
    "release",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"

[[bin]]
name = "crate-seq"
path = "src/main.rs"

[dependencies.anstream]
version = "1.0.0"

[dependencies.anstyle]
version = "1.0.13"

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

[dependencies.crate-seq-core]
version = "0.2.0"

[dependencies.crate-seq-ledger]
version = "0.1.0"

[dependencies.crate-seq-registry]
version = "0.2.0"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.semver]
version = "1.0.27"
features = ["serde"]

[dependencies.thiserror]
version = "2.0.18"