girt-input 2.3.0

Input module for git-interactive-rebase-tool
Documentation
# 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-input"
version = "2.3.0"
authors = ["Tim Oram <dev@mitmaro.ca>"]
description = "Input module for git-interactive-rebase-tool"
homepage = "https://gitrebasetool.mitmaro.ca/"
readme = "README.md"
keywords = [
    "git",
    "input",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/MitMaro/git-interactive-rebase-tool"

[lib]
name = "input"

[dependencies.anyhow]
version = "1.0"

[dependencies.bitflags]
version = "1.3.2"

[dependencies.captur]
version = "0.1.0"

[dependencies.crossbeam-channel]
version = "0.5.8"

[dependencies.crossterm]
version = "0.26.1"

[dependencies.girt-config]
version = "2.3.0"

[dependencies.girt-runtime]
version = "2.3.0"

[dependencies.parking_lot]
version = "0.12.1"

[dev-dependencies.lazy_static]
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"