[package] name = "spacex_log" version = "0.1.1" edition = "2021" authors = ["jiawei397 "] license = "MIT" description = "log formater with env_logger" repository = "https://github.com/jiawei397/spacex_log" keywords = ["spacex", "log"] readme = "README.md" documentation = "https://docs.rs/spacex_log" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" env_logger = "0.10" chrono = { version = "0.4", features = ["serde"] } [[example]] name = "simple" path = "examples/simple.rs"