# 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 = "my-env-logger-style" version = "0.2.0" include = [ "build.rs", "src/**/*", "Cargo.toml", "LICENSE*", "README.md", ] description = "pretty, opinionated style for env_logger" readme = "README.md" keywords = [ "logging", "log", "logger", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/LuckyTurtleDev/my-env-logger-style" [package.metadata.docs.rs] all-features = true [dependencies.anstyle] version = "1.0.6" default-features = false [dependencies.env_logger] version = "0.11.3" features = ["auto-color"] default-features = false [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.18.0" features = ["parking_lot"] optional = true [dev-dependencies.regex] version = "1.10.2" [build-dependencies.rustc_version] version = "0.4.0" [features] custom-arg-formatter = ["dep:once_cell"] default = ["time"] time = ["env_logger/humantime"]