# 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 = "json_env_logger2" version = "0.2.1" authors = [ "zdannar@gmail.com", "softprops ", ] description = "A structured JSON logger for Rust, original project by softprops was abandonded." homepage = "https://github.com/zdannar/json-env-logger" documentation = "https://docs.rs/json_env_logger2/" readme = "README.md" keywords = [ "json", "log", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/zdannar/json-env-logger" resolver = "2" [dependencies.backtrace] version = "0.3" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.env_logger] version = "0.9" default_features = false [dependencies.kv-log-macro] version = "1.0" [dependencies.log] version = "0.4" features = [ "kv_unstable", "std", ] [dependencies.serde_json] version = "1.0" [features] default = [] iso-timestamps = ["chrono"]