[package] description = "Ethcore library" homepage = "http://ethcore.io" license = "GPL-3.0" name = "ethcore" version = "0.1.0" authors = ["Ethcore "] [dependencies] log = "0.3" env_logger = "0.3" ethcore-util = { path = "../ethcore-util" } rustc-serialize = "0.3" flate2 = "0.2" rocksdb = "0.2" heapsize = "0.2.0" rust-crypto = "0.2.34" time = "0.1" evmjit = { path = "rust-evmjit", optional = true } [features] jit = ["evmjit"]