# 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 = "tracing-actix-web2" version = "2.0.0" authors = ["Oscar Beaumont "] description = "Rust tracing adapter for Actix Web" homepage = "https://github.com/oscartbeaumont/tracing-actix-web" documentation = "https://docs.rs/tracing-actix-web2" readme = "README.md" keywords = ["http", "actix-web", "tracing", "logging"] categories = ["asynchronous", "web-programming"] license = "MIT" repository = "https://github.com/oscartbeaumont/tracing-actix-web" resolver = "2" [dependencies.actix-web] version = "4.0.1" [dependencies.futures] version = "0.3.21" [dependencies.tracing] version = "0.1.32" [dependencies.uuid] version = "0.8.2" features = ["serde", "v4"]