# 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 = "2018" name = "logsley" version = "0.1.8" authors = ["Michael Leonhard "] description = "Opinionated logging library" readme = "Readme.md" keywords = ["log", "logging", "structured", "json", "opinionated"] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://gitlab.com/leonhard-llc/logsley-rs" [dependencies.chrono] version = "^0.4" [dependencies.log] version = "^0.4" [dependencies.log-panics] version = "^2.0" features = ["with-backtrace"] [dependencies.once_cell] version = "^1.5" [dependencies.slog] version = "^2.5" features = ["max_level_trace", "release_max_level_debug"] [dependencies.slog-async] version = "^2.5" [dependencies.slog-envlogger] version = "^2.2" [dependencies.slog-json] version = "^2.3" [dependencies.slog-scope] version = "^4" [dependencies.slog-scope-futures] version = "^0.1" optional = true [dependencies.slog-stdlog] version = "^4" [dependencies.slog-term] version = "^2.6" [dev-dependencies.async-std] version = "^1.7" [features] async = ["slog-scope-futures"]