romio 0.3.0-alpha.2

Event loop and I/O resources for asynchronous network services using futures
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]
edition = "2018"
name = "romio"
version = "0.3.0-alpha.2"
authors = ["The Rust Networking Working Group", "Carl Lerche <me@carllerche.com>"]
description = "Event loop and I/O resources for asynchronous network services using futures\n"
documentation = "https://withoutboats.github.io/romio/romio"
readme = "README.md"
categories = ["asynchronous", "network-programming"]
license = "MIT"
repository = "https://github.com/withoutboats/romio"
[dependencies.crossbeam-utils]
version = "0.6.5"

[dependencies.futures]
version = "0.3.0-alpha.13"
package = "futures-preview"

[dependencies.iovec]
version = "0.1.2"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.libc]
version = "0.2.48"

[dependencies.log]
version = "0.4.6"

[dependencies.mio]
version = "0.6.16"

[dependencies.mio-uds]
version = "0.6.7"

[dependencies.num_cpus]
version = "1.10.0"

[dependencies.parking_lot]
version = "0.7.1"

[dependencies.slab]
version = "0.4.2"
[dev-dependencies.bytes]
version = "0.4.11"

[dev-dependencies.env_logger]
version = "0.6.0"
default-features = false

[dev-dependencies.rand]
version = "0.6.5"

[dev-dependencies.tempdir]
version = "0.3.7"