# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "readability" version = "0.3.0" authors = ["Hiroki Kumamoto "] description = "Port of arc90's readability project to rust" homepage = "https://github.com/kumabook/readability" readme = "README.md" keywords = ["readability"] categories = [] license = "MIT" repository = "https://github.com/kumabook/readability.git" [dependencies.html5ever] version = "0.26" [dependencies.lazy_static] version = "1.4" [dependencies.markup5ever_rcdom] version = "0.2" [dependencies.regex] version = "1.9" [dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true [dependencies.url] version = "2.4" [features] default = ["reqwest"]