[dependencies.async-trait]
version = "0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.strum]
features = ["derive"]
version = "0.27"
[dependencies.tempfile]
version = "3.21"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["fs", "io-std", "rt-multi-thread"]
version = "1.47"
[dependencies.tracing]
version = "0.1"
[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/dv-api.git"
version = "0.1.8"
[target."cfg(not(windows))".dependencies.rustix-openpty]
version = "0.2"
[target.'cfg(target_os = "macos")'.dependencies.rustix]
features = ["process"]
version = "1.0"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Pipes", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_IO"]
version = "0.61"