fast_log 1.3.29

Rust async log High-performance asynchronous logging
Documentation
[workspace]

members = [

    ".",

    "example"

]



[package]

name = "fast_log"

version = "1.3.29"

description = "Rust async log High-performance asynchronous logging"

readme = "Readme.md"

authors = ["ce <zhuxiujia@qq.com>"]

edition = "2018"

license = "MIT"





[features]

default = ["zip"]

gzip = ["flate2"]



[dependencies]

chrono = { version = "0.4", features = ["serde"] }

lazy_static = "1.4.0"

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

log = { version = "0.4", features = ["std"] }



crossbeam-channel = "0.5"

crossbeam-utils = "0.8"

crossbeam = "0.8"

parking_lot = "0.11"



zip = { version = "0.5", optional = true }

lz4 = { version = "1.23", optional = true }

flate2 = { version = "1.0", optional = true}