[package]
name = "readability"
version = "0.1.5"
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.html5ever]
version = "0.22"
[dependencies.lazy_static]
version = "1.0"
[dependencies.regex]
version = "1"
[dependencies.reqwest]
version = "0.9"
optional = true
[dependencies.url]
version = "1"
[features]
default = ["reqwest"]