# 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 = "diqwest" version = "3.1.0" authors = ["Mathias Oertel "] description = "Trait to extend reqwest for digest auth flow." documentation = "https://docs.rs/diqwest" readme = "README.md" keywords = [ "digest", "auth", "reqwest", "async", ] categories = [ "authentication", "cryptography", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/maoertel/diqwest" [dependencies.digest_auth] version = "0.3" default-features = false [dependencies.reqwest] version = "0.12" default-features = false [dependencies.url] version = "2.4" [dev-dependencies.mockito] version = "1.4" [dev-dependencies.tokio] version = "1" features = ["full"] [features] blocking = ["reqwest/blocking"] default = []