# 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 = "console_tester" version = "0.1.3" authors = ["Shawn Hice ", "David Meyer", "Grady Ku", "Ian Gauldin", "Nick Hanemann", "Brad Hopper"] include = ["src/*.rs", "Cargo.Toml", "terminfo_files/*"] description = "A console output testing framework" homepage = "https://re-capstone.github.io/RustConsoleEmulator/doc/rust_console_emulator/index.html" keywords = ["cli", "console", "development", "terminal", "testing"] license = "Apache-2.0" [lib] name = "console_tester" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true bench = false doc = true plugin = false proc-macro = false harness = true required-features = [] edition = "2018" [dependencies.regex] version = "1" [dependencies.terminfo] version = "0.7.0"