openethereum/bin/oe/logger/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
342 B
TOML
Raw Normal View History

[package]
description = "Parity Ethereum Logger Implementation"
name = "ethcore-logger"
version = "1.12.0"
license = "GPL-3.0"
2016-12-11 19:43:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
log = "0.4"
env_logger = "0.5"
2018-04-11 12:56:37 +02:00
atty = "0.2"
lazy_static = "1.0"
2018-11-01 06:16:02 +01:00
regex = "1.0"
time = "0.1"
2018-12-11 17:22:55 +01:00
parking_lot = "0.7"
2017-11-18 23:14:57 +01:00
arrayvec = "0.4"
ansi_term = "0.10"