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