# 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 = "girt-git" version = "2.3.0" authors = ["Tim Oram "] description = "Git module for git-interactive-rebase-tool" homepage = "https://gitrebasetool.mitmaro.ca/" readme = "README.md" keywords = ["git"] categories = [ "command-line-interface", "command-line-utilities", ] license = "GPL-3.0-or-later" repository = "https://github.com/MitMaro/git-interactive-rebase-tool" [lib] name = "git" [dependencies.chrono] version = "0.4.26" [dependencies.git2] version = "=0.15.0" features = [] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.tempfile] version = "3.6.0" [dependencies.thiserror] version = "1.0.43" [dev-dependencies.girt-testutils] version = "2.3.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rstest] version = "0.18.1" [dev-dependencies.serial_test] version = "2.0.0" [build-dependencies.rustc_version] version = "0.4.0"