# 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 = "2021" rust-version = "1.56" name = "entity-tag" version = "0.1.8" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "This crate provides a `EntityTag` structure and functions to deal with the ETag header field of HTTP." homepage = "https://magiclen.org/entity-tag" readme = "README.md" keywords = [ "etag", "if-match", "if-none-match", ] categories = [ "no-std", "parser-implementations", "data-structures", "network-programming", ] license = "MIT" repository = "https://github.com/magiclen/entity-tag" [dependencies.base64] version = "0.21" features = ["alloc"] default-features = false [dependencies.highway] version = "1" default-features = false [features] default = ["std"] std = [ "base64/std", "highway/std", ]