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"
|
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-01-19 13:46:11 +01:00
|
|
|
crossbeam = "0.3"
|
|
|
|
parking_lot = "0.5"
|
2016-08-05 10:32:04 +02:00
|
|
|
log = "0.3"
|
2018-05-10 12:34:36 +02:00
|
|
|
slab = "0.4"
|
|
|
|
num_cpus = "1.8"
|
|
|
|
timer = "0.2"
|
|
|
|
time = "0.1"
|