# 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 = "actix-slog" version = "0.2.1" authors = ["Elmar Athmer "] description = "structured access-logging for actix-web utilizing slog, thus enabling JSON-logging" homepage = "https://github.com/elmarx/actix-slog" readme = "README.md" keywords = ["log", "logging", "structured", "actix-web", "json-logging"] categories = ["web-programming::http-server", "development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/elmarx/actix-slog" [dependencies.actix-web] version = "3.0.2" default-features = false [dependencies.chrono] version = "0.4.13" [dependencies.futures] version = "0.3.5" [dependencies.pin-project] version = "0.4.23" [dependencies.slog] version = "2.5.2" [dev-dependencies.slog-async] version = "2.5.0" [dev-dependencies.slog-json] version = "2.3.0" [dev-dependencies.slog-term] version = "2.6.0"