tbdflow 0.26.1

A CLI to streamline your Git workflow for Trunk-Based Development.
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 = "2021"
name = "tbdflow"
version = "0.26.1"
authors = ["Claes Adamsson <claes.adamsson@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI to streamline your Git workflow for Trunk-Based Development."
readme = "README.md"
keywords = [
    "git",
    "cli",
    "workflow",
    "tbd",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cladam/tbdflow"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.clap_mangen]
version = "0.3.0"

[dependencies.colored]
version = "3.1.1"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.git-conventional]
version = "1.1.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.regex]
version = "1.12.3"

[dependencies.self_update]
version = "0.44.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.yaml_serde]
version = "0.10.4"

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

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

[dev-dependencies.serial_test]
version = "3.4.0"

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

[target.'cfg(all(target_os = "linux", target_arch = "aarch64"))'.dependencies.openssl-sys]
version = "0.9.109"
features = ["vendored"]