# 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 = "parse_link_header" version = "0.4.0" authors = [ "Yue Yang ", "Matthew Dharm", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for parsing HTTP Link header." homepage = "https://github.com/g1eny0ung/parse_link_header" documentation = "https://docs.rs/parse_link_header" readme = "README.md" categories = [ "parsing", "web-programming", ] license = "MIT" repository = "https://github.com/g1eny0ung/parse_link_header" [lib] name = "parse_link_header" path = "src/lib.rs" [dependencies.http] version = "1" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.url] version = "2.2.2" optional = true [features] default = ["http"]