[package] name = "flarelog" version = "0.5.0" authors = ["Acrimon "] edition = "2018" documentation = "https://docs.rs/flarelog" repository = "https://gitlab.com/xacrimon/flarelog" readme = "README.md" keywords = ["log", "logging", "simple"] license = "MIT" description = "flarelog is an ergonomic logging library for Rust with a focus on simplicity and speed." [dependencies] crossbeam-channel = "0.3.6" chrono = "0.4.6"