[package] name = "fastlog" version = "0.2.1" authors = ["Wangshan Lu "] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/WiSaGaN/fastlog.git" description = """ A high performance asynchronous logger """ keywords = ["async", "fastlog", "log"] edition = "2018" [dependencies] crossbeam-channel = "0.4.0" log = { version = "0.4.6", features = ["std"] } time = "0.1"