# 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 = "http_metware" version = "0.1.1" description = "Http metrics" readme = "README.md" keywords = [ "http", "metrics", ] categories = ["web-programming::http-server"] license = "GPL-2.0-or-later" repository = "https://github.com/stepanpopov/http_metware" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" features = ["http2"] [dependencies.futures] version = "0.3" [dependencies.http] version = "1.1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.pin-project-lite] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tracing] version = "0.1"