cascade-cli 0.1.141

Stacked diffs CLI for Bitbucket Server
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"
rust-version = "1.82.0"
name = "cascade-cli"
version = "0.1.141"
authors = ["Jared Manfredi <jared@jaredm.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stacked diffs CLI for Bitbucket Server"
homepage = "https://github.com/JAManfredi/cascade-cli"
documentation = "https://docs.rs/cascade-cli"
readme = "README.md"
keywords = [
    "git",
    "bitbucket",
    "stacked-diffs",
    "cli",
    "development",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JAManfredi/cascade-cli"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4.0"

[dependencies.config]
version = "0.14"

[dependencies.console]
version = "0.15"

[dependencies.crossterm]
version = "0.27"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5.0"

[dependencies.git2]
version = "0.20.2"
features = [
    "vendored-libgit2",
    "vendored-openssl",
    "https",
    "ssh",
]
default-features = false

[dependencies.indicatif]
version = "0.17"

[dependencies.open]
version = "5.0"

[dependencies.ratatui]
version = "0.29"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3.20"

[dependencies.url]
version = "2.4"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.fastrand]
version = "2.3.0"

[dev-dependencies.futures]
version = "0.3"

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

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

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

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

[dev-dependencies.tokio-test]
version = "0.4"