jj-spice-cli 0.2.2

CLI for jj-spice — stacked change requests for Jujutsu VCS
# 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"
name = "jj-spice-cli"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "jj-spice"
description = "CLI for jj-spice — stacked change requests for Jujutsu VCS"
readme = false
license = "Apache-2.0"

[[bin]]
name = "jj-spice"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.clap_complete]
version = "4.5"
features = ["unstable-dynamic"]

[dependencies.clap_complete_nushell]
version = "4.5"

[dependencies.dunce]
version = "1"

[dependencies.futures]
version = "0.3.32"

[dependencies.itertools]
version = "0.14.0"

[dependencies.jj-cli]
version = "0.38.0"

[dependencies.jj-lib]
version = "0.38.0"

[dependencies.jj-spice-lib]
version = "0.2.2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]