2016-08-05 10:32:04 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore IO library"
|
|
|
|
homepage = "http://ethcore.io"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "ethcore-io"
|
2016-08-09 11:40:57 +02:00
|
|
|
version = "1.4.0"
|
2016-08-05 10:32:04 +02:00
|
|
|
authors = ["Ethcore <admin@ethcore.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-10-30 09:56:34 +01:00
|
|
|
mio = { git = "https://github.com/carllerche/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"
|
|
|
|
|