# 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 = "lovely_env_logger" version = "0.6.1" authors = [ "Boris Faure ", "Sean McArthur ", ] include = [ "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*", ] description = "a visually lovely env_logger" readme = "README.md" keywords = [ "log", "logger", "logging", ] categories = ["development-tools::debugging"] license = "MIT/Apache-2.0" repository = "https://github.com/borisfaure/lovely-env-logger" [dependencies.chrono] version = "0.4" optional = true [dependencies.env_logger] version = "0.11" features = ["auto-color"] default-features = false [dependencies.log] version = "0.4" [features] default = [ "humantime", "reltime", "regex", ] humantime = ["env_logger/humantime"] regex = ["env_logger/regex"] reltime = ["dep:chrono"]