[package] name = "simple_logger" version = "0.1.1" license = "MIT" authors = ["Sam Clements "] description = "A logger that prints all messages with a readable output format" repository = "https://github.com/borntyping/rust-simple_logger" [dependencies] log = "^0.3.0" time = "^0.1.21"