2020-09-27 16:27:51 +01:00
|
|
|
[package]
|
|
|
|
name = "tracing-actix-web"
|
2021-03-21 15:16:25 +00:00
|
|
|
version = "0.3.0-beta.3"
|
2020-09-27 16:27:51 +01:00
|
|
|
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
|
|
|
|
repository = "https://github.com/LukeMathWalker/tracing-actix-web"
|
|
|
|
documentation = "https://docs.rs/tracing-actix-web/"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
description = "Structured logging middleware for actix-web."
|
|
|
|
|
|
|
|
keywords = ["http", "actix-web", "tracing", "logging"]
|
|
|
|
categories = ["asynchronous", "web-programming"]
|
|
|
|
|
|
|
|
[dependencies]
|
2021-04-21 08:57:34 +01:00
|
|
|
actix-web = "4.0.0-beta.6"
|
2020-09-27 16:27:51 +01:00
|
|
|
tracing = "0.1.19"
|
|
|
|
tracing-futures = "0.2.4"
|
|
|
|
futures = "0.3.5"
|
2020-09-27 16:41:22 +01:00
|
|
|
uuid = { version = "0.8.1", features = ["v4"] }
|
2020-09-27 16:27:51 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tracing-subscriber = { version = "0.2.12", features = ["registry", "env-filter"] }
|
|
|
|
tracing-bunyan-formatter = "0.1.6"
|
2020-09-28 08:49:56 +01:00
|
|
|
tracing-log = "0.1.1"
|