entity-tag 0.1.7

This crate provides a `EntityTag` structure and functions to deal with the ETag header field of HTTP.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"

[[package]]
name = "entity-tag"
version = "0.1.7"
dependencies = [
 "base64",
 "highway",
]

[[package]]
name = "highway"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "702d27cdb83c957f4eb9ce45e2f57bd63605d442bab096b13b02a12a02c84efa"