[package] name = "jonases-tracing-util" version = "0.2.0" authors = ["jofas "] edition = "2018" license = "MIT" readme = "README.rst" description = "Abstractions over tracing and tracing_subscriber Jonas uses throughout his (mostly actix-web) projects" homepage = "https://github.com/jofas/jonases_tracing_util" repository = "https://github.com/jofas/jonases_tracing_util" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tracing = "^0.1.25" tracing-subscriber = "^0.2.16" uuid = { version = "^0.8.2", features = ["v4", "serde"] } actix-web = "^3.3.2" actix-rt = "^1.1.1" futures = "^0.3.13"