# 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 = "accept-header" version = "0.2.3" description = """ A simple library for parsing HTTP Accept headers for content negotiation. """ homepage = "https://github.com/tyrchen/accept-header" documentation = "https://docs.rs/accept-header" readme = "README.md" keywords = [ "http", "header", "content-negotiation", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/tyrchen/accept-header" [dependencies.http] version = "0.2.8" [dependencies.itertools] version = "0.10.5" [dependencies.mime] version = "0.3.16" [dependencies.snafu] version = "0.7.4" features = ["rust_1_61"]