# 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-kickstarter" version = "0.2.0" authors = ["Elmar Athmer "] description = "builder to easily setup the slog logging ecosystem" homepage = "https://github.com/elmarx/slog-kickstarter" readme = "README.md" keywords = ["log", "logging", "structured", "json-logging", "setup"] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/elmarx/slog-kickstarter" [dependencies.chrono] version = "0.4.13" [dependencies.slog] version = "2.5.2" [dependencies.slog-async] version = "2.5.0" [dependencies.slog-envlogger] version = "2.2.0" [dependencies.slog-json] version = "2.3.0" [dependencies.slog-stdlog] version = "4.0.0" [dependencies.slog-term] version = "2.6.0" [dev-dependencies.log] version = "0.4.8" [dev-dependencies.slog-scope] version = "4.3.0"