fast_log 1.5.24

Rust async log High-performance asynchronous logging
Documentation
[workspace]
members = [
    ".",
    "example"
]

[package]
name = "fast_log"
version = "1.5.24"
description = "Rust async log High-performance asynchronous logging"
readme = "Readme.md"
authors = ["ce <zhuxiujia@qq.com>"]
edition = "2018"
license = "MIT"


[features]
default = ["runtime_thread"]
gzip = ["flate2"]

runtime_thread = []

[dependencies]
fastdate = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = { version = "0.4", features = ["std"] }
crossbeam-utils = "0.8"
crossbeam = "0.8"
crossbeam-channel = "0.5"
once_cell = "1.9"


zip = { version = "0.5", optional = true }
lz4 = { version = "1.23", optional = true }
flate2 = { version = "1.0", optional = true}