ttpkit-auth 0.2.1

Common HTTP authentication methods (Basic and Digest).
Documentation
# 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 = "2024"
name = "ttpkit-auth"
version = "0.2.1"
authors = ["Ondrej Perutka <perutka.ondrej@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Common HTTP authentication methods (Basic and Digest).
"""
documentation = "https://docs.rs/ttpkit-auth/"
readme = "README.md"
keywords = [
    "authentication",
    "basic",
    "digest",
    "http",
    "ttpkit",
]
license = "MIT"
repository = "https://github.com/operutka/ttpkit"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "ttpkit_auth"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.digest]
version = "0.11"

[dependencies.md5]
version = "0.8"

[dependencies.rand]
version = "0.10"

[dependencies.sha1]
version = "0.11"

[dependencies.sha2]
version = "0.11"

[dependencies.str-reader]
version = "0.1"

[dependencies.ttpkit]
version = "0.1"

[dependencies.ttpkit-utils]
version = "0.1"