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-03-07 17:29:27 +01:00
|
|
|
version = "1.7.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-08-05 10:32:04 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2017-06-05 20:40:40 +02:00
|
|
|
mio = "0.6.8"
|
2016-08-05 10:32:04 +02:00
|
|
|
crossbeam = "0.2"
|
2017-03-28 19:06:08 +02:00
|
|
|
parking_lot = "0.4"
|
2016-08-05 10:32:04 +02:00
|
|
|
log = "0.3"
|
|
|
|
slab = "0.2"
|
|
|
|
|