# 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" name = "git-break-commits" version = "0.1.2" authors = ["Vinnam Kim "] publish = true description = """ `git-break-commits` is an interactive Command Line Interface (CLI) tool that helps break existing Git commits and reorganize them into new commits. """ homepage = "https://github.com/vinnamkim/git-break-commits" readme = "./README.md" keywords = [ "cli", "git", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/vinnamkim/git-break-commits" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.crossterm] version = "0.27.0" [dependencies.eyre] version = "0.6.11" [dependencies.path-clean] version = "1.0.1" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.25.0" [dependencies.serde_json] version = "1.0.108" [dependencies.tempfile] version = "3.8.1" [dependencies.thiserror] version = "1.0.50" [dependencies.tui-textarea] version = "0.4.0" features = ["crossterm"]