[dependencies.base64]
default-features = false
features = ["alloc"]
version = "0.13"
[dependencies.wyhash]
version = "0.5"
[features]
default = ["std"]
std = []
[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["no-std", "parser-implementations", "data-structures", "network-programming"]
description = "This crate provides a `EntityTag` structure and functions to deal with the ETag header field of HTTP."
edition = "2018"
homepage = "https://magiclen.org/entity-tag"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["etag", "if-match", "if-none-match"]
license = "MIT"
name = "entity-tag"
readme = "README.md"
repository = "https://github.com/magiclen/entity-tag"
version = "0.1.4"