# 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" rust-version = "1.63" name = "tide-tracing" version = "0.1.1" authors = ["Ethan Brierley "] exclude = ["*.png"] description = """ A simple middleware for tide using the tracing crate for logging. """ documentation = "https://docs.rs/tide-tracing/" readme = "README.md" keywords = [ "tide", "tracing", "logging", "middleware", "opentelemetry", ] license = "MIT/Apache-2.0" repository = "https://github.com/ethanboxx/tide-tracing" [dependencies.async-trait] version = "0.1" [dependencies.tide] version = "0.16" default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.uuid] version = "1.4.1" features = ["v4"] optional = true [dev-dependencies.async-std] version = "1.9" features = ["attributes"] [dev-dependencies.tide] version = "0.16" features = ["h1-server"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = ["request_id"] request_id = ["dep:uuid"]