Initial support digest auth scheme

This commit is contained in:
Jorge Alejandro Jimenez Luna 2023-06-22 13:09:36 -04:00
parent 6767076a6b
commit 86429ee8eb
No known key found for this signature in database
GPG key ID: 58F10568E03E6001
6 changed files with 321 additions and 67 deletions

View file

@ -23,6 +23,9 @@ prctl = "1.0"
smoltcp = { version = "0.9.1", git = "https://github.com/smoltcp-rs/smoltcp", features = ["std", "phy-tuntap_interface"] }
thiserror = "1.0"
url = "2.3"
digest_auth = "0.3.1"
httparse = "1.8.0"
unicase = "2.6.0"
[target.'cfg(target_os="android")'.dependencies]
android_logger = "0.13"