# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ptytest" version = "0.1.0" authors = ["Dan Aloni "] include = ["Cargo.toml", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "Easy testing of terminal programs by terminal screen compare" homepage = "https://github.com/da-x/ptytest" readme = "crates-io.md" keywords = ["pty", "test"] categories = ["terminal", "testing"] license = "MIT/Apache-2.0" repository = "https://github.com/da-x/ptytest" [[example]] name = "ptytest-tester" path = "examples/tester.rs" [[example]] name = "ptytest-check_me" path = "examples/check_me.rs" [dependencies.difference] version = "2.0.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.6" [dependencies.terminfo] version = "0.6.1" [dependencies.vt100] version = "0.8" [dev-dependencies.rustyline] version = "5.0.5" [target."cfg(unix)".dependencies.nix] version = "0.14.1" [target."cfg(unix)".dependencies.signal-hook] version = "0.1" features = ["mio-support"]