# 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 = "anticipate" version = "0.10.0" authors = [ "tmpfs ", "Maxim Zhiburt ", ] description = "Automate terminal applications in Unix like Don libes expect" keywords = [ "expect", "pty", "testing", "terminal", "automation", ] categories = [ "development-tools::testing", "os::unix-apis", "os::windows-apis", ] license = "MIT" repository = "https://github.com/tmpfs/anticipate" resolver = "2" [package.metadata.docs.rs] all-features = false [dependencies.regex] version = "1.6.0" [dependencies.thiserror] version = "1" [target."cfg(unix)".dependencies.nix] version = "0.26" [target."cfg(unix)".dependencies.ptyprocess] version = "0.4.1" [target."cfg(windows)".dependencies.conpty] version = "0.5.0"