# 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 = "sensible-env-logger" version = "0.3.2" authors = ["Ritvik Nag "] include = [ "Cargo.toml", "LICENSE", "src/**/*", "examples/**", ] description = "A pretty, sensible logger for Rust." documentation = "https://docs.rs/sensible-env-logger" readme = "README.md" keywords = [ "log", "logger", "logging", "env", "pretty", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/rnag/sensible-env-logger" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [[example]] name = "log_timed_short" required-features = ["local-time"] [[example]] name = "log_timed_local" required-features = ["local-time"] [[example]] name = "log_timed_local_iso" required-features = ["local-time"] [[example]] name = "with_builder" required-features = ["local-time"] [dependencies.chrono] version = "^0.4" optional = true default-features = false [dependencies.log] version = "^0.4" [dependencies.pretty_env_logger] version = "^0.4" [dev-dependencies.version-sync] version = "0.9.4" [features] local-time = ["chrono/clock"]