e4pty 0.1.1

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

[dependencies.resplus]
features = ["full"]
version = "0.1.1"

[dependencies.tempfile]
version = "3.18.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["fs", "io-std", "sync", "rt-multi-thread", "macros", "time"]
version = "1.44.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.1"

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

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Pipes", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_IO"]
version = "0.60.0"