lightspeed_logger 0.33.4

LightSpeed
Documentation
[package]
name = "lightspeed_logger"
license = "MIT"
version = "0.33.4"
authors = ["Francesco Cina <ufoscout@gmail.com>"]
description = "LightSpeed"
edition = "2018"
readme = "README.md"
homepage = "https://github.com/LightHero/lightspeed"
repository = "https://github.com/LightHero/lightspeed"
keywords = []

[dependencies]
log = "0.4"
rand = "0.8"
thiserror = "1.0"
tracing = "0.1"
tracing-appender = "0.1"
tracing-futures = "0.2"
tracing-log = "0.1"
tracing-subscriber = "0.2"
structopt = "0.3"

[dev-dependencies]
tempfile = "3"
tokio = { version = "0.2", features = ["macros", "rt-threaded"] }