[package]
name = "parse_link_header"
version = "0.4.1"
authors = [
"Yue Yang <g1enyy0ung@gmail.com>",
"Matthew Dharm"
]
edition = "2018"
description = "A library for parsing HTTP Link header."
categories = ["parsing", "web-programming"]
documentation = "https://docs.rs/parse_link_header"
homepage = "https://github.com/g1eny0ung/parse_link_header"
repository = "https://github.com/g1eny0ung/parse_link_header"
readme = "README.md"
license = "MIT"
[dependencies]
http = { version = "1", optional = true }
regex = "1"
lazy_static = "1.4.0"
url = { version = "2.2.2", optional = true }
[features]
default = ["http"]