openethereum/Cargo.toml

21 lines
377 B
TOML
Raw Normal View History

2015-11-24 20:57:23 +01:00
[package]
2015-11-24 22:21:15 +01:00
description = "Ethcore library"
homepage = "http://ethcore.io"
license = "GPL-3.0"
2015-11-24 20:57:23 +01:00
name = "ethcore"
version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"]
2015-11-24 21:27:10 +01:00
[dependencies]
2015-11-24 22:21:15 +01:00
log = "0.3"
env_logger = "0.3"
2015-11-24 21:27:10 +01:00
ethcore-util = "0.1.0"
2015-12-12 06:05:36 +01:00
rustc-serialize = "0.3"
flate2 = "0.2"
2015-12-13 22:39:01 +01:00
rocksdb = "0.2.1"
evmjit = { path = "rust-evmjit", optional = true }
2015-12-05 19:21:07 +01:00
[features]
jit = ["evmjit"]