# 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 = "2018" name = "etag" version = "4.0.0" authors = ["Douman "] description = "Simple ETag calculation implementation" documentation = "https://docs.rs/etag/" readme = "README.md" keywords = [ "http", "etag", ] categories = ["no-std"] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/etag-rs" [package.metadata.docs.rs] features = ["std"] [dependencies.str-buf] version = "3" [dependencies.xxhash-rust] version = "0.8.6" features = [ "const_xxh3", "xxh3", ] [features] std = []