xpty 0.3.6

Cross-platform async-ready PTY interface, forked from portable-pty
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.70"
name = "xpty"
version = "0.3.6"
authors = [
    "Wez Furlong",
    "Bruce Li",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform async-ready PTY interface, forked from portable-pty"
readme = "README.md"
keywords = [
    "pty",
    "terminal",
    "cross-platform",
    "conpty",
    "pseudoterminal",
]
categories = [
    "os",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/paidaxingyo666/xpty"

[features]
default = []
serde_support = ["serde"]
serial = ["serial2"]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.downcast-rs]
version = "2.0"

[dependencies.filedescriptor]
version = "0.8.3"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.29"
features = [
    "term",
    "fs",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serial2]
version = "0.2"
optional = true

[dependencies.shell-words]
version = "1.1"

[dependencies.thiserror]
version = "2"

[dev-dependencies]

[target."cfg(windows)".dependencies.libloading]
version = "0.8"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_System_Threading",
    "Win32_System_Console",
    "Win32_System_Environment",
]

[target."cfg(windows)".dependencies.winreg]
version = "0.55"