# 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 = "2021" name = "actix-contrib-logger" version = "0.1.0" authors = [ "Mariano Ruiz ", "Rob Ede ", "Nikolay Kim ", "Joshua Parkin ", "Yuki Okushi ", "Benny Nazimov (https://github.com/benny-n)", "Maxim Vorobjov (https://github.com/dunnock)", ] exclude = [ ".github/workflows/", ".gitignore", ".editorconfig", ] description = "Drop-in replacement for the Actix Web Logger middleware" homepage = "https://github.com/mrsarm/rust-actix-contrib-logger" readme = "README.md" categories = [ "log", "logging", "logger", "actix-web", "http", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mrsarm/rust-actix-contrib-logger" [dependencies.actix-http] version = "3.3" [dependencies.actix-rt] version = "2.6" [dependencies.actix-service] version = "2.0" [dependencies.actix-utils] version = "3.0" [dependencies.actix-web] version = "4.3" [dependencies.bytes] version = "1" [dependencies.env_logger] version = "0.10" [dependencies.futures-core] version = "0.3" features = [] [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.pin-project-lite] version = "0.2" [dependencies.regex] version = "1.9" [dependencies.time] version = "0.3" features = ["formatting"]