stkd-cli 0.1.0

CLI for Stkd - stacked diffs for Git
# 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 = "stkd-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Stkd - stacked diffs for Git"
homepage = "https://docs.neullabs.com/stkd"
documentation = "https://docs.neullabs.com/stkd"
readme = false
license = "Apache-2.0"
repository = "https://github.com/neul-labs/stkd"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.5"

[dependencies.colored]
version = "2.1"

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.git2]
version = "0.19"

[dependencies.indicatif]
version = "0.17"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.stkd-core]
version = "0.1.0"

[dependencies.stkd-github]
version = "0.1.0"

[dependencies.stkd-gitlab]
version = "0.1.0"

[dependencies.stkd-provider-api]
version = "0.1.0"

[dependencies.tokio]
version = "1.41"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2.5"

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