[package] name = "logging" version = "0.2.0" authors = ["blacktemplar "] edition = "2021" [features] test_logger = [] # Print log output to stderr when running tests instead of dropping it [dependencies] slog = "2.5.2" slog-term = "2.6.0" tokio = { version = "1.26.0", features = ["sync"] } lighthouse_metrics = { path = "../lighthouse_metrics" } lazy_static = "1.4.0" sloggers = { version = "2.1.1", features = ["json"] } slog-async = "2.7.0" take_mut = "0.2.2" parking_lot = "0.12.1" serde = "1.0.153" serde_json = "1.0.94" chrono = "0.4.23"