# 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" name = "headers-accept" version = "0.1.4" authors = ["Max Countryman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🤝 The missing `Accept` implementation for `headers::Header`" homepage = "https://github.com/maxcountryman/headers-accept" readme = "README.md" keywords = [ "http", "headers", "accept", "headers-accept", "content-negotiation", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/maxcountryman/headers-accept" [lib] name = "headers_accept" path = "src/lib.rs" [dependencies.headers-core] version = "0.3.0" [dependencies.http] version = "1.1.0" [dependencies.mediatype] version = "0.19.18"