jk 0.2.7

A jj-native terminal UI for Jujutsu
# 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.89"
name = "jk"
version = "0.2.7"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A jj-native terminal UI for Jujutsu"
homepage = "https://www.joshka.net/jk/"
documentation = "https://docs.rs/jk"
readme = "README.md"
keywords = [
    "jj",
    "jujutsu",
    "ratatui",
    "terminal",
    "tui",
]
categories = [
    "command-line-interface",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshka/jk"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ version }-{ target }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
disabled-strategies = [
    "quick-install",
    "compile",
]

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

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.jk-cli]
version = "0.2.7"

[dependencies.jk-core]
version = "0.2.7"

[dependencies.jk-tui]
version = "0.2.7"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "ansi",
    "env-filter",
    "fmt",
]
default-features = false

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[lints.rust.unused]
level = "warn"
priority = -1