# 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] edition = "2018" name = "boilerpipe" version = "0.6.0" authors = ["Dmitry Shlagoff "] description = "Library for text extraction from HTML documents" license = "MIT" repository = "https://github.com/0nkery/boilerpipe-rs" [dependencies.chrono] version = "0.4" [dependencies.ego-tree] version = "0.6" [dependencies.html5ever] version = "0.25" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.4" [dependencies.scraper] version = "0.12" [dependencies.tendril] version = "0.4" [dependencies.unicode-segmentation] version = "1.6" [dev-dependencies.base64] version = "0.13"