# 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 = "slog-env-cfg" version = "0.6.0" authors = ["MOZGIII "] description = "Opinionated slog drains builder, configurable via env vars." readme = "README.md" keywords = ["slog", "env"] categories = ["config", "development-tools::debugging"] license = "MIT" repository = "https://github.com/MOZGIII/slog-env-cfg" [dependencies.slog] version = "2.5" [dependencies.slog-async] version = "2.3" [dependencies.slog-envlogger] version = "2.2" [dependencies.slog-json] version = "2.3" [dependencies.slog-term] version = "2.4" [dev-dependencies.matches] version = "0.1" [dev-dependencies.serial_test] version = "0.2" [dev-dependencies.serial_test_derive] version = "0.2" [badges.travis-ci] branch = "master" repository = "MOZGIII/slog-env-cfg"