poa-governance-notifications/Cargo.toml

34 lines
962 B
TOML
Raw Permalink Normal View History

2018-04-21 09:59:11 -07:00
[package]
name = "poagov"
2018-12-18 06:54:55 -08:00
version = "2.0.0"
authors = ["DrPeterVanNostrand <jnz@riseup.net>"]
2018-12-12 14:58:09 -08:00
edition = "2018"
2018-12-12 10:56:13 -08:00
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/poanetwork/poa-governance-notifications"
publish = false
description = "A POA Network email notification service for on-chain voting/governance events"
build = "build.rs"
2018-04-21 09:59:11 -07:00
[dependencies]
chrono = "0.4.6"
clap = "2.32.0"
ctrlc = "3.1.1"
dotenv = "0.13.0"
ethabi = "6.0.1"
ethereum-types = "0.4.0"
failure = "0.1.2"
hex = "0.3.2"
2018-04-21 09:59:11 -07:00
jsonrpc-core = "8.0.1"
lazy_static = "1.2.0"
# TODO: after `lettre` and `lettre_email` v0.9.x have been published to crates.io, remove these
# GitHub dependencies.
lettre = { git = "https://github.com/lettre/lettre.git" }
lettre_email = { git = "https://github.com/lettre/lettre.git" }
native-tls = "0.2"
reqwest = "0.8.8"
serde_json = "1.0.27"
slog = { version = "2.3.3", features = ["release_max_level_trace"] }
2018-04-21 09:59:11 -07:00
slog-term = "2.4.0"
web3 = "0.4.0"