[package] name = "fil_logger" description = "A logging library used by Filecoin" version = "0.1.7" authors = ["Volker Mische "] license = "MIT OR Apache-2.0" edition = "2018" repository = "https://github.com/filecoin-project/rust-fil-logger" readme = "README.md" [dependencies] flexi_logger = "0.24.0" log = "0.4.8" atty = "0.2.13"