# 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" name = "expectrl" version = "0.7.1" authors = ["Maxim Zhiburt "] description = "A tool for automating terminal applications in Unix like Don libes expect" homepage = "https://github.com/zhiburt/expectrl" documentation = "https://docs.rs/expectrl" readme = "README.md" keywords = [ "expect", "pty", "testing", "terminal", "automation", ] categories = [ "development-tools::testing", "os::unix-apis", "os::windows-apis", ] license = "MIT" repository = "https://github.com/zhiburt/expectrl" resolver = "2" [package.metadata.docs.rs] all-features = false [dependencies.futures-lite] version = "1.12.0" optional = true [dependencies.futures-timer] version = "3.0.2" optional = true [dependencies.regex] version = "1.6.0" [features] async = [ "futures-lite", "futures-timer", "async-io", "blocking", ] polling = [ "dep:polling", "dep:crossbeam-channel", ] [target."cfg(unix)".dependencies.async-io] version = "1.9.0" optional = true [target."cfg(unix)".dependencies.nix] version = "0.26" [target."cfg(unix)".dependencies.polling] version = "2.3.0" optional = true [target."cfg(unix)".dependencies.ptyprocess] version = "0.4.1" [target."cfg(windows)".dependencies.blocking] version = "1.2.0" optional = true [target."cfg(windows)".dependencies.conpty] version = "0.5.0" [target."cfg(windows)".dependencies.crossbeam-channel] version = "0.5.6" optional = true