# 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 = "dzl" version = "0.2.1" authors = ["砸松果 "] description = "A crate for logging. It is simple and easy to use :)" readme = "README.md" keywords = [ "logging", "log", ] license = "MPL-2.0" repository = "https://github.com/za-songguo/dzl" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.termcolor] version = "1.1.3" [dependencies.time] version = "0.3.13" features = ["local-offset"] [dependencies.toml] version = "0.5.9"