2016-08-05 10:32:04 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore IO library"
|
2020-09-22 14:53:52 +02:00
|
|
|
homepage = "https://github.com/openethereum/openethereum"
|
2016-08-05 10:32:04 +02:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "ethcore-io"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-08-05 10:32:04 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2018-05-10 12:34:36 +02:00
|
|
|
fnv = "1.0"
|
|
|
|
mio = { version = "0.6.8", optional = true }
|
2018-09-29 22:25:16 +02:00
|
|
|
crossbeam-deque = "0.6"
|
2018-12-11 17:22:55 +01:00
|
|
|
parking_lot = "0.7"
|
2018-08-10 01:04:10 +02:00
|
|
|
log = "0.4"
|
2018-05-10 12:34:36 +02:00
|
|
|
slab = "0.4"
|
|
|
|
num_cpus = "1.8"
|
|
|
|
timer = "0.2"
|
|
|
|
time = "0.1"
|
2018-12-03 15:35:46 +01:00
|
|
|
tokio = "0.1"
|
|
|
|
futures = "0.1"
|