# 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 = "gadd" version = "0.4.0" authors = ["hermannm"] exclude = ["cross-compile.sh"] description = "Command-line utility for staging changes to Git (alternative to git-add's interactive mode)." homepage = "https://hermannm.dev/gadd" readme = "README.md" keywords = ["git"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hermannm/gadd" [dependencies.anyhow] version = "1.0.70" [dependencies.crossterm] version = "0.26.1" default-features = false [dependencies.git2] version = "0.17.1" default-features = false [dependencies.ratatui] version = "0.20.1" [target."cfg(windows)".dependencies.kernel32-sys] version = "0.2.2" [target."cfg(windows)".dependencies.winapi] version = "0.3.9"