[package]
edition = "2021"
rust-version = "1.63"
name = "followability"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decide whether a link is followed: parse rel token lists, robots meta contents and X-Robots-Tag headers, and combine them into one verdict."
homepage = "https://handsofflinks.com/"
documentation = "https://docs.rs/followability"
readme = "README.md"
keywords = [
"seo",
"nofollow",
"robots",
"rel",
"crawler",
]
categories = [
"web-programming",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/theluckystrike/followability-rs"
[lib]
name = "followability"
path = "src/lib.rs"
[dependencies]