[package]
name = "readability"
version = "0.1.4"
authors = ["Hiroki Kumamoto <kumabook@live.jp>"]
description = "Port of arc90's readability project to rust"
homepage = "https://github.com/kumabook/readability"
keywords = ["readability"]
categories = []
license = "MIT"
repository = "https://github.com/kumabook/readability.git"
[dependencies.lazy_static]
version = "1.0"
[dependencies.html5ever]
version = "^0.22.0"
[dependencies.url]
version = "1.6"
[dependencies.regex]
version = "^0.2"
[dependencies.reqwest]
version = "0.8"
optional = true
[features]
default = ["reqwest"]