# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "spacex_log" version = "0.1.1" authors = ["jiawei397 "] description = "log formater with env_logger" documentation = "https://docs.rs/spacex_log" readme = "README.md" keywords = [ "spacex", "log", ] license = "MIT" repository = "https://github.com/jiawei397/spacex_log" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4"