# 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 = "accept-language" version = "3.1.0" authors = [ "Mike Engel ", "Sean Stangl", ] description = "Parse and compare Accept-Language header strings" documentation = "https://docs.rs/accept-language" readme = "README.md" keywords = [ "accept-language", "i18n", "internationalization", "header", "parser", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/mike-engel/accept-language-rs" [dependencies]