# 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-logger" version = "0.4.1" authors = ["fawn "] description = "drop-in replacement for the actix web logger middleware" homepage = "https://codeberg.org/fawn/actix-logger" readme = "README.md" categories = [ "logger", "actix-web", ] license = "Apache-2.0" repository = "https://codeberg.org/fawn/actix-logger" [dependencies.actix-http] version = "3.3" [dependencies.actix-service] version = "2.0" [dependencies.actix-utils] version = "3.0" [dependencies.actix-web] version = "4.3" [dependencies.bytes] version = "1.4" [dependencies.futures-core] version = "0.3" [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"] [dev-dependencies.actix-rt] version = "2.8" [dev-dependencies.env_logger] version = "0.10"