quicr 0.4.1

Moved to quinn (was: QUIC transport protocol implementation for Tokio)
# 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 = "quicr"
version = "0.4.1"
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
description = "Moved to quinn (was: QUIC transport protocol implementation for Tokio)"
documentation = "https://ralith.github.io/quicr/quicr/"
readme = "../README.md"
keywords = ["quic"]
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Ralith/quicr"
[dependencies.bytes]
version = "0.4.7"

[dependencies.failure]
version = "0.1"

[dependencies.fnv]
version = "1.0.6"

[dependencies.futures]
version = "0.1.21"

[dependencies.openssl]
version = "0.10.10"

[dependencies.quicr-core]
version = "0.4.0"

[dependencies.rand]
version = "0.4"

[dependencies.slog]
version = "2.1"

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

[dependencies.tokio-reactor]
version = "0.1.1"

[dependencies.tokio-timer]
version = "0.2.1"

[dependencies.tokio-udp]
version = "0.1"
[dev-dependencies.slog-term]
version = "2"

[dev-dependencies.structopt]
version = "0.2.7"

[dev-dependencies.tokio]
version = "0.1.6"

[dev-dependencies.url]
version = "1.7"
[badges.maintenance]
status = "deprecated"