# 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 = "nipper" version = "0.1.9" authors = ["importcjj "] description = "HTML manipulation with CSS seletors" documentation = "https://docs.rs/nipper/latest" readme = "README.md" keywords = ["html", "css", "selector", "scraping", "crawler"] license = "MIT/Apache-2.0" repository = "https://github.com/importcjj/nipper" [dependencies.cssparser] version = "0.27.2" [dependencies.html5ever] version = "0.25.1" [dependencies.markup5ever] version = "0.10.0" [dependencies.selectors] version = "0.22.0" [dependencies.tendril] version = "0.4.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.readability] version = "0.1.5" [dev-dependencies.regex] version = "1.3.6" [dev-dependencies.reqwest] version = "0.10.4" features = ["blocking"] [dev-dependencies.url] version = "2.1.1"