# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stackdriver_logger_kv" version = "0.7.3" authors = ["Kamek ", "Jenny "] description = "A logger for Google's Stackdriver with a cli-friendly fallback for local development" readme = "README.md" keywords = ["log", "logging", "cloud", "google", "stackdriver"] categories = ["development-tools::debugging"] license = "MIT/Apache-2.0" repository = "https://github.com/kamek-pf/stackdriver-logger/" [dependencies.chrono] version = "0.4.10" [dependencies.env_logger] version = "0.7.1" default-features = false [dependencies.log] version = "0.4.8" [dependencies.pretty_env_logger] version = "0.4.0" optional = true [dependencies.serde_json] version = "1.0.47" [dependencies.toml] version = "0.5.6" optional = true [features] atty = ["env_logger/atty"] cargo = ["toml"] customfields = ["log/kv_unstable"] default = ["cargo", "termcolor", "atty", "humantime", "regex", "pretty_env_logger"] humantime = ["env_logger/humantime"] prod = ["cargo"] regex = ["env_logger/regex"] termcolor = ["env_logger/termcolor"]