# 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.6.16" authors = ["Stephen Jung "] include = [ "**/*.rs", "Cargo.*", "*.md", ] 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" [[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.19" default-features = false [dependencies.memchr] version = "2.3" [dependencies.slog] version = "2.5" [dependencies.slog-async] version = "2.5" [dependencies.slog-term] version = "2.6" [dev-dependencies.tempfile] version = "3.1"