d78565593b
This fixes (partially) #11468. The change includes: ``` arrayvec base64 crossbeam-deque crossbeam-epoch crossbeam-utils home idna impl-serde keccak-hasher lock_api miow num-traits parking_lot parking_lot_core percent-encoding ```
18 lines
344 B
TOML
18 lines
344 B
TOML
[package]
|
|
description = "OpenEthereum Logger Implementation"
|
|
name = "ethcore-logger"
|
|
version = "1.12.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
env_logger = "0.5"
|
|
atty = "0.2"
|
|
lazy_static = "1.0"
|
|
regex = "1.0"
|
|
time = "0.1"
|
|
parking_lot = "0.10.0"
|
|
arrayvec = "0.5.1"
|
|
ansi_term = "0.11"
|