shoka 0.21.1

A repository workspace manager — jj-aware, TUI-first successor to ghq / rhq.
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 = "2024"
rust-version = "1.85"
name = "shoka"
version = "0.21.1"
authors = ["yukimemi <yukimemi@gmail.com>"]
build = "build.rs"
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "build.rs",
    "assets/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A repository workspace manager — jj-aware, TUI-first successor to ghq / rhq."
homepage = "https://github.com/yukimemi/shoka"
documentation = "https://docs.rs/shoka"
readme = "README.md"
keywords = [
    "ghq",
    "rhq",
    "jj",
    "git",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/yukimemi/shoka"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.arboard]
version = "3.6.1"
default-features = false

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

[dependencies.clap_complete]
version = "4.6.5"

[dependencies.crossterm]
version = "0.29"

[dependencies.directories]
version = "6.0.0"

[dependencies.gix]
version = "0.84.0"
features = [
    "sha1",
    "blocking-network-client",
    "blocking-http-transport-reqwest-rust-tls",
    "worktree-mutation",
    "status",
    "dirwalk",
    "revision",
]
default-features = false

[dependencies.inquire]
version = "0.9.4"

[dependencies.kaishin]
version = "0.6.3"

[dependencies.nucleo]
version = "0.5"

[dependencies.octocrab]
version = "0.53.1"

[dependencies.open]
version = "5.3.5"

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.regex]
version = "1.12.4"

[dependencies.rustls]
version = "0.23.40"
features = [
    "aws-lc-rs",
    "std",
]
default-features = false

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

[dependencies.teravars]
version = "0.1.6"
features = [
    "merge",
    "std-helpers",
]

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.toml]
version = "1.1.2"

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.walkdir]
version = "2.5.0"

[dependencies.which]
version = "8.0.4"

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

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

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

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

[build-dependencies.winresource]
version = "0.1.31"

[target."cfg(unix)".dependencies.libc]
version = "0.2.186"

[profile.release]
lto = true
codegen-units = 1
strip = true