tokio-ping 0.1.1

Asynchronous ICMP pinging library
Documentation
# 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-ping"
version = "0.1.1"
authors = ["Fedor Gogolev <knsd@knsd.net>"]
description = "Asynchronous ICMP pinging library"
documentation = "https://docs.rs/tokio-ping"
keywords = ["tokio", "icmp", "ping"]
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/knsd/tokio-ping"
[dependencies.error-chain]
version = "0.11"

[dependencies.futures]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.mio]
version = "0.6"

[dependencies.rand]
version = "0.4"

[dependencies.socket2]
version = "0.3"

[dependencies.time]
version = "0.1"

[dependencies.tokio-core]
version = "0.1"