readability 0.1.4

Port of arc90's readability project to rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"]