webpage 2.0.0-alpha.2

Small library to fetch info about a web page: title, description, language, HTTP info, links, RSS feeds, Opengraph, Schema.org, and more
Documentation
[package]
name = "webpage"
description = "Small library to fetch info about a web page: title, description, language, HTTP info, links, RSS feeds, Opengraph, Schema.org, and more"
readme = "README.md"
keywords = ["webpage", "html", "opengraph"]
license = "MIT"
version = "2.0.0-alpha.2"
authors = ["Otto <otto@ot-to.nl>"]
repository = "https://github.com/orottier/webpage-rs"
edition = "2018"

[features]
default = ["curl"]
serde = ["dep:serde"]

[dependencies]
curl = { version = "0.4.41", optional = true }
html5ever = "0.26.0"
markup5ever_rcdom = "0.2.0"
serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = "1.0"
url = { version = "2" }