e4pty 0.1.0

abstract api for pty
Documentation
[dependencies.async-trait]
version = "0.1.87"

[dependencies.tempfile]
version = "3.18.0"

[dependencies.tokio]
features = ["fs", "io-std", "sync", "rt-multi-thread", "macros"]
version = "1.43.0"

[dependencies.tracing]
version = "0.1.41"

[lib]
name = "e4pty"
path = "src/lib.rs"

[package]
authors = ["km0e <kmdr.error@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "abstract api for pty"
edition = "2024"
license = "MIT"
name = "e4pty"
readme = false
repository = "https://github.com/km0e/dev-vault.git"
version = "0.1.0"

[target."cfg(not(windows))".dependencies.rustix-openpty]
version = "0.2.0"