[package]
edition = "2024"
rust-version = "1.85.1"
name = "fake-tty"
version = "0.3.2"
authors = [
"Ludwig Stecher <ludwig.stecher@gmx.de>",
"CosmicHorrorDev <CosmicHorrorDev@pm.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run command with bash pretending to be a tty"
homepage = "https://github.com/Aloso/to-html/tree/main/crates/fake-tty"
readme = "README.md"
keywords = [
"cli",
"terminal",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Aloso/to-html"
[lib]
name = "fake_tty"
path = "src/lib.rs"