openethereum/util/io/Cargo.toml
Arkadiy Paronyan ad6ea4fa49 Bump mio (#5763)
* Bump mio

* Fixed warnings

* Update mio to crates.
2017-06-05 20:40:40 +02:00

16 lines
279 B
TOML

[package]
description = "Ethcore IO library"
homepage = "http://parity.io"
license = "GPL-3.0"
name = "ethcore-io"
version = "1.7.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
mio = "0.6.8"
crossbeam = "0.2"
parking_lot = "0.4"
log = "0.3"
slab = "0.2"