# 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_extra" version = "3.0.0" authors = ["John Lyon-Smith "] description = "An extra useful set of Git related commands." readme = "README.md" keywords = [ "git", "command-line", "development", "browse", ] categories = [ "command-line-utilities", "development-tools", ] license = "Unlicense" repository = "https://github.com/jlyonsmith/git_extra_rs" [[bin]] name = "git-extra" path = "src/bin/git_extra.rs" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.duct] version = "0.13.6" [dependencies.easy-error] version = "1.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.opener] version = "0.5.0" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.toml] version = "0.5.9"