erigon-pulse/interfaces/Cargo.toml

26 lines
485 B
TOML
Raw Normal View History

[package]
name = "ethereum-interfaces"
version = "0.1.0"
authors = ["Artem Vorotnikov <artem@vorotnikov.me>"]
edition = "2018"
license = "Apache-2.0"
[features]
consensus = []
sentry = []
remotekv = []
snapshotsync = []
txpool = []
2021-09-26 12:47:11 +00:00
web3 = []
[dependencies]
arrayref = "0.3"
ethereum-types = { version = "0.13", default-features = false }
ethnum = { version = "1", default-features = false }
prost = "0.10"
tonic = "0.7"
[build-dependencies]
prost-build = "0.10"
tonic-build = "0.7"