rexpect 0.5.0

Interact with unix processes/bash the same way as pexpect or Don libes expect does
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.comma]
version = "1.0"

[dependencies.nix]
version = "0.25"

[dependencies.regex]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1.0.34"

[package]
authors = ["Philipp Keller <philipp.keller@gmail.com>"]
categories = ["os::unix-apis"]
description = "Interact with unix processes/bash the same way as pexpect or Don libes expect does"
edition = "2021"
homepage = "https://github.com/rust-cli/rexpect"
keywords = ["pty", "automation", "testing", "expect", "pexpect"]
license = "MIT"
name = "rexpect"
readme = "README.md"
repository = "https://github.com/rust-cli/rexpect"
rust-version = "1.60"
version = "0.5.0"