git-stk 0.1.1

Git-native stacked branch workflow helper
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.95.0"
name = "git-stk"
version = "0.1.1"
build = false
exclude = [
    ".github/**",
    ".husky/**",
    "node_modules/**",
    "target/**",
    "chat.md",
    "commitlint.config.cjs",
    "package-lock.json",
    "package.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git-native stacked branch workflow helper"
homepage = "https://larakelley.com/posts/git-stk"
readme = "README.md"
keywords = [
    "git",
    "stacked-diffs",
    "cli",
    "github",
    "gitlab",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/lararosekelley/git-stk"

[features]
generate = [
    "dep:clap_complete",
    "dep:clap_mangen",
]

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

[[bin]]
name = "git-stk"
path = "src/main.rs"

[[bin]]
name = "git-stk-generate"
path = "src/bin/git-stk-generate.rs"
required-features = ["generate"]

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.axoupdater]
version = "0.10.0"
features = [
    "github_releases",
    "blocking",
]
default-features = false

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

[dependencies.clap_complete]
version = "4.5.61"
optional = true

[dependencies.clap_mangen]
version = "0.2.29"
optional = true

[dependencies.serde_json]
version = "1.0.150"

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

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

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

[profile.dist]
lto = "thin"
inherits = "release"