expectrl 0.1.1

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.4"

[dependencies.regex]
version = "1.5.4"
[dev-dependencies.futures-lite]
version = "1.12.0"

[features]
async = ["ptyprocess/async"]
async_log = ["futures-lite"]
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.1"