poa-ballot-stats/Cargo.toml

20 lines
563 B
TOML
Raw Normal View History

2018-03-31 07:57:49 -07:00
[package]
name = "poa-ballot-stats"
2018-10-15 07:07:14 -07:00
version = "0.4.0"
2018-03-31 07:57:49 -07:00
authors = ["Andreas Fackler <AndreasFackler@gmx.de>"]
description = "Read POA voting records and rank voters by how many ballots they missed."
2018-12-13 03:26:15 -08:00
edition = "2018"
2018-03-31 07:57:49 -07:00
[dependencies]
clap = "2.31.2"
colored = "1.6.0"
2018-09-17 03:01:11 -07:00
error-chain = { version = "0.12", default-features = false }
2018-12-13 03:26:15 -08:00
ethabi = "6.1.0"
2018-09-17 03:01:11 -07:00
ethabi-contract = "6.0.0"
ethabi-derive = "6.0.2"
parse_duration = "1.0.1"
2018-12-13 03:26:15 -08:00
serde = "1.0.82"
serde_derive = "1.0.82"
serde_json = "1.0.33"
web3 = { version = "0.5.1", default-features = false, features = ["http", "tls"] }