lints.workspace = true
[package]
name = "gix-prompt"
version = "0.8.8"
repository = "https://github.com/GitoxideLabs/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project for handling prompts in the terminal"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
include = ["src/**/*", "LICENSE-*", "README.md"]
rust-version = "1.65"
[lib]
doctest = false
[dependencies]
gix-command = { version = "^0.3.10", path = "../gix-command" }
gix-config-value = { version = "^0.14.9", path = "../gix-config-value" }
thiserror = "1.0.32"
[target.'cfg(unix)'.dependencies]
rustix = { version = "0.38.4", features = ["termios"] }
parking_lot = "0.12.1"
[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
serial_test = { version = "3.1.0", default-features = false }
expectrl = "0.7.0"