# 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-step" version = "0.1.1" authors = ["Jordan Fisher "] description = "A tool to step through git commits" homepage = "https://github.com/jdjfisher/git-step" readme = "README.md" keywords = [ "cli", "git", "commit", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jdjfisher/git-step" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.console] version = "0.15.5" [dependencies.once_cell] version = "1.17.1" [dependencies.regex] version = "1.8.2" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.predicates] version = "3.0.3" [dev-dependencies.rexpect] version = "0.5.0"