[package] name = "tracing-actix-web2" description = "Rust tracing adapter for Actix Web" version = "2.0.0" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" homepage = "https://github.com/oscartbeaumont/tracing-actix-web" documentation = "https://docs.rs/tracing-actix-web2" repository = "https://github.com/oscartbeaumont/tracing-actix-web" readme = "README.md" keywords = ["http", "actix-web", "tracing", "logging"] categories = ["asynchronous", "web-programming"] [dependencies] futures = "0.3.21" actix-web = "4.0.1" tracing = "0.1.32" uuid = { version = "0.8.2", features = ["serde", "v4"] } [workspace] members = [ "example" ]