[package] name = "easy-logger" version = "0.0.3" edition = "2021" license = "MIT OR Apache-2.0" description = "a simple implementation of rust-lang/log, you can easy log your information to stdout or files" documentation = "https://docs.rs/easy-logger" repository = "https://github.com/sunboyZgz/easyLogger" readme = "README.md" keywords = ["log"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = {version="0.4.17", features=["std"]} time = {version="0.3.9", features=["formatting", "local-offset", "std"]} colored = "2.0.0" # tools = {path = "../tools", features=["fs"]}