2016-08-05 10:32:04 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore IO library"
|
2016-12-11 19:43:58 +01:00
|
|
|
homepage = "http://parity.io"
|
2016-08-05 10:32:04 +02:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "ethcore-io"
|
2017-01-10 15:41:59 +01:00
|
|
|
version = "1.6.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-08-05 10:32:04 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2016-11-23 19:08:21 +01:00
|
|
|
mio = { git = "https://github.com/ethcore/mio" }
|
2016-08-05 10:32:04 +02:00
|
|
|
crossbeam = "0.2"
|
2016-10-19 18:35:56 +02:00
|
|
|
parking_lot = "0.3"
|
2016-08-05 10:32:04 +02:00
|
|
|
log = "0.3"
|
|
|
|
slab = "0.2"
|
|
|
|
|