[package] name = "elog" version = "0.3.0" description = "Simple logging for debugging." keywords = ["log", "logging", "easy", "debug", "debugging"] authors = ["fengcen "] repository = "https://github.com/fengcen/elog.git" homepage = "https://github.com/fengcen/elog" documentation = "https://github.com/fengcen/elog" readme = "README.md" license = "MIT" [lib] name = "elog" path = "src/lib.rs" [dependencies] colored = "^1.3" time = "^0.1" thread-id = "^3.0"