# 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-core" 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 = "core" [dependencies.anyhow] version = "1.0.72" [dependencies.bitflags] version = "1.3.2" [dependencies.captur] version = "0.1.0" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.girt-config] version = "2.3.0" [dependencies.girt-display] version = "2.3.0" [dependencies.girt-git] version = "2.3.0" [dependencies.girt-input] version = "2.3.0" [dependencies.girt-runtime] version = "2.3.0" [dependencies.girt-todo-file] version = "2.3.0" [dependencies.girt-view] version = "2.3.0" [dependencies.if_chain] version = "1.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-format] version = "0.4.4" [dependencies.parking_lot] version = "0.12.1" [dependencies.pico-args] version = "0.5.0" [dependencies.unicode-segmentation] version = "1.10.1" [dev-dependencies.girt-view] version = "2.3.0" features = ["testutils"] [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.chrono] version = "0.4.26" [build-dependencies.rustc_version] version = "0.4.0"