# 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-timings" version = "0.1.4" authors = ["Fabio Almeida "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple library to measure the key HTTP timings from the development tools" documentation = "https://docs.rs/http-timings" readme = "README.md" keywords = [ "ttfb", "http", "timings", "web", "performance", ] categories = [ "development-tools", "web-programming", ] license-file = "LICENSE" repository = "https://github.com/down-watch/http-timings" [lib] name = "http_timings" path = "src/lib.rs" [dependencies.brotli] version = "7.0.0" [dependencies.flate2] version = "1.0.34" [dependencies.rustls] version = "0.23.15" [dependencies.rustls-connector] version = "0.21.4" features = ["webpki-roots-certs"] [dependencies.url] version = "2.5.2"