# 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-runtime" version = "2.3.0" authors = ["Tim Oram "] description = "Core modules for git-interactive-rebase-tool" homepage = "https://gitrebasetool.mitmaro.ca/" readme = "README.md" keywords = [ "git", "cli", ] categories = [ "command-line-interface", "command-line-utilities", "text-editors", ] license = "GPL-3.0-or-later" repository = "https://github.com/MitMaro/git-interactive-rebase-tool" [lib] name = "runtime" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.parking_lot] version = "0.12.1" [dependencies.thiserror] version = "1.0.43" [dev-dependencies.girt-testutils] version = "2.3.0" [build-dependencies.rustc_version] version = "0.4.0"