[package] name = "stdio_logger" description = "Display log messages to the standard output" authors = ["Mickaƫl RAYBAUD-ROIG "] version = "0.1.1" license = "MIT" include = ["Cargo.toml", "src/lib.rs"] repository = "https://github.com/m-r-r/stdio_logger.git" [dependencies] log = "0.3.4" term-painter = "0.2.1"