test-exec 0.1.0

Test your command line applications comfortably
# 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 = "test-exec"
version = "0.1.0"
authors = ["Draphar <draphar-code@protonmail.com>"]
description = "Test your command line applications comfortably"
homepage = "https://github.com/Draphar/test-exec/blob/master/README.md"
documentation = "https://docs.rs/test-exec/"
readme = "README.md"
keywords = ["cli", "command", "test", "testing"]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/Draphar/test-exec/"
[dependencies.wait-timeout]
version = "0.2.0"