# 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 = "easy-logger" version = "0.0.3" description = "a simple implementation of rust-lang/log, you can easy log your information to stdout or files" documentation = "https://docs.rs/easy-logger" readme = "README.md" keywords = ["log"] license = "MIT OR Apache-2.0" repository = "https://github.com/sunboyZgz/easyLogger" resolver = "2" [dependencies.colored] version = "2.0.0" [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.time] version = "0.3.9" features = ["formatting", "local-offset", "std"]