# 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 = "gex" version = "0.6.4" exclude = [ ".github/", ".gitignore", "shell.nix", ] description = "Git workflow improvement CLI tool inspired by Magit" homepage = "https://github.com/Piturnah/gex" readme = "README.md" keywords = [ "cli", "git", "workflow", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Piturnah/gex" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.7" features = [ "cargo", "derive", ] [dependencies.crossterm] version = "0.27.0" features = ["serde"] [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.18.1" default-features = false [dependencies.itertools] version = "0.11.0" [dependencies.nom] version = "7.1.3" [dependencies.paste] version = "1.0.14" [dependencies.serde] version = "1.0.168" features = ["derive"] [dependencies.serde_ignored] version = "0.1.9" [dependencies.toml] version = "0.8.6" [dependencies.vte] version = "0.12.0" [dev-dependencies.strum] version = "0.25" features = ["derive"] [dev-dependencies.test-case] version = "3.2.1"