openethereum/util/io/Cargo.toml

16 lines
304 B
TOML
Raw Normal View History

[package]
description = "Ethcore IO library"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethcore-io"
2016-11-04 17:27:11 +01:00
version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"]
[dependencies]
2016-11-23 19:08:21 +01:00
mio = { git = "https://github.com/ethcore/mio" }
crossbeam = "0.2"
parking_lot = "0.3"
log = "0.3"
slab = "0.2"