secret_handshake 3.0.1

Implementation of the secret-handshake protocol.
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 = "secret_handshake"
version = "3.0.1"
authors = ["AljoschaMeyer <mail@aljoscha-meyer.de>"]
description = "Implementation of the secret-handshake protocol."
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/AljoschaMeyer/secret-handshake-rs"
[dependencies.atm-io-utils]
version = "0.1.0"

[dependencies.futures]
version = "0.1.17"

[dependencies.libc]
version = "0.2"

[dependencies.sodiumoxide]
version = "0.0.16"

[dependencies.tokio-io]
version = "0.1.4"

[dependencies.void]
version = "1.0.2"
[dev-dependencies.async-ringbuffer]
version = "0.1.0"

[dev-dependencies.partial-io]
version = "0.2.5"
features = ["quickcheck", "tokio"]

[dev-dependencies.quickcheck]
version = "0.4.1"

[dev-dependencies.rand]
version = "0.3.18"
[build-dependencies.cc]
version = "1.0.0"