# 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_digest_headers" version = "0.1.0" authors = ["David Skyberg "] description = "Parial implementation of the proposed httpbis-digest-headers spec" homepage = "https://github.com/dskyberg/http_digest_headers" documentation = "https://docs.rs/http_digest_headers" readme = "README.md" license = "MIT" repository = "https://github.com/dskyberg/http_digest_headers" resolver = "2" [dependencies.anyhow] version = "1.0.51" [dependencies.base64] version = "0.13.0" [dependencies.openssl] version = "0.10" optional = true [dependencies.ring] version = "0.16.20" optional = true [dependencies.thiserror] version = "1.0.29" [features] default = ["use_openssl"] use_openssl = ["openssl"] use_ring = ["ring"]