blob: a50e87cdd7971378ca78d219e1c816285a8ba7ab [file] [log] [blame]
# 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]
name = "wait-timeout"
version = "0.2.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A crate to wait on a child process with a timeout specified across Unix and
Windows platforms.
"""
homepage = "https://github.com/alexcrichton/wait-timeout"
documentation = "https://docs.rs/wait-timeout"
readme = "README.md"
categories = ["os"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/wait-timeout"
[lib]
name = "wait_timeout"
path = "src/lib.rs"
[[bin]]
name = "exit"
path = "src/bin/exit.rs"
[[bin]]
name = "reader"
path = "src/bin/reader.rs"
[[bin]]
name = "sleep"
path = "src/bin/sleep.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[target."cfg(unix)".dependencies.libc]
version = "0.2.56"
[badges.appveyor]
repository = "alexcrichton/wait-timeout"
[badges.travis-ci]
repository = "alexcrichton/wait-timeout"