# 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 = "2018" name = "digest_auth" version = "0.3.1" authors = ["Ondřej Hruška "] description = "Implementation of the Digest Auth algorithm as defined in IETF RFC 2069, 2617, and 7616, intended for HTTP clients" readme = "README.md" keywords = [ "http", "auth", "digest", ] categories = [ "authentication", "cryptography", "web-programming::http-client", ] license = "MIT" repository = "https://git.ondrovo.com/packages/digest_auth_rs" [dependencies.digest] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.http] version = "0.2.4" optional = true [dependencies.md-5] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.sha2] version = "0.10" [features] default = []