blob: 0bb1a67c78ee95a8b1b682b8867c924500d77a7c [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 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]
name = "tokio-signal"
version = "0.2.7"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "An implementation of an asynchronous Unix signal handling backed futures.\n"
homepage = "https://github.com/tokio-rs/tokio"
documentation = "https://docs.rs/tokio-signal/0.2.7/tokio_signal"
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
[dependencies.futures]
version = "0.1.11"
[dependencies.mio]
version = "0.6.14"
[dependencies.tokio-executor]
version = "0.1.0"
[dependencies.tokio-io]
version = "0.1"
[dependencies.tokio-reactor]
version = "0.1.0"
[dev-dependencies.tokio]
version = "0.1.8"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dependencies.mio-uds]
version = "0.6"
[target."cfg(unix)".dependencies.signal-hook]
version = "0.1"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["minwindef", "wincon"]
[badges.appveyor]
id = "s83yxhy9qeb58va7"
repository = "carllerche/tokio"
[badges.travis-ci]
repository = "tokio-rs/tokio"