git-absorb 0.9.0

git commit --fixup, but automatic
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.74.1"
name = "git-absorb"
version = "0.9.0"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
build = false
include = [
    "**/*.rs",
    "Cargo.*",
    "*.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "git commit --fixup, but automatic"
homepage = "https://github.com/tummychow/git-absorb"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/tummychow/git-absorb"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap_complete]
version = "4"

[dependencies.clap_complete_nushell]
version = "4"

[dependencies.git2]
version = "0.20"
default-features = false

[dependencies.memchr]
version = "2.3"

[dependencies.slog]
version = "2.5"
features = ["max_level_debug"]

[dependencies.slog-term]
version = "2.6"

[dev-dependencies.iobuffer]
version = "0.2.0"

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

[dev-dependencies.slog-extlog]
version = "8.1.0"

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

[profile.release]
lto = true