blob: 8169179c04e8abbbae1147c78c72d1102ee62378 [file] [log] [blame]
[package]
name = "wait-timeout"
version = "0.1.5"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/alexcrichton/wait-timeout"
homepage = "https://github.com/alexcrichton/wait-timeout"
documentation = "https://docs.rs/wait-timeout"
description = """
A crate to wait on a child process with a timeout specified across Unix and
Windows platforms.
"""
categories = ["os"]
[badges]
travis-ci = { repository = "alexcrichton/wait-timeout" }
appveyor = { repository = "alexcrichton/wait-timeout" }
[dependencies]
libc = "0.2"