webrtc-sctp 0.0.0

A pure-Rust userspace SCTP implementation
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 = "webrtc-sctp"
version = "0.0.0"
authors = ["David Simmons <simmons@davidsimmons.com>"]
description = "A pure-Rust userspace SCTP implementation"
readme = "README.md"
keywords = ["webrtc", "sctp"]
categories = ["network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/simmons/webrtc-sctp"

[lib]
path = "src/lib.rs"
[dependencies.blake2]
version = "0.7"

[dependencies.byteorder]
version = "1.2"

[dependencies.bytes]
version = "0.4"

[dependencies.crc]
version = "1.8"

[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.nom]
version = "4.0"

[dependencies.rand]
version = "0.5"

[dependencies.time]
version = "0.1"

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

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

[dependencies.tokio-timer]
version = "0.1"
[dev-dependencies.env_logger]
version = "0.5"