entity-tag 0.1.8

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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"

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

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