# 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] edition = "2018" name = "sxd_html" version = "0.1.2" authors = [ "diogo464 ", "kitsuyui ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Add HTML parsing support to sxd_document. This enables to evaluate XPath expressions on HTML documents." readme = "README.md" keywords = [ "sxd_document", "sxd_xpath", "html5ever", ] categories = [ "web-programming", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kitsuyui/sxd_html" [lib] name = "sxd_html" path = "src/lib.rs" [[example]] name = "github_trending" path = "examples/github_trending.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.html5ever] version = "0.28.0" [dependencies.sxd-document] version = "0.3.2" [dev-dependencies.anyhow] version = "1.0.82" [dev-dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dev-dependencies.sxd-xpath] version = "0.4.2"