[go: up one dir, main page]

expectrl 0.1.3

A tool for automating terminal applications in Unix like Don libes expect
Documentation
[dependencies.futures-lite]
optional = true
version = "1.12.0"

[dependencies.ptyprocess]
default-features = false
version = "0.1.9"

[dependencies.regex]
version = "1.5.4"

[features]
async = ["ptyprocess/async", "futures-lite"]
async_log = []
default = ["sync"]
log = []
sync = ["ptyprocess/sync"]

[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
categories = ["os::unix-apis"]
description = "A tool for automating terminal applications in Unix like Don libes expect"
documentation = "https://docs.rs/expectrl"
edition = "2018"
homepage = "https://github.com/zhiburt/expectrl"
keywords = ["pty", "automation", "testing", "expect", "rexpect"]
license = "MIT"
name = "expectrl"
readme = "README.md"
repository = "https://github.com/zhiburt/expectrl"
version = "0.1.3"