# 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 = "2021" name = "scraper" version = "0.21.0" authors = ["June McEnroe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTML parsing and querying with CSS selectors" readme = "README.md" keywords = [ "html", "css", "selector", "scraping", ] license = "ISC" repository = "https://github.com/causal-agent/scraper" [lib] name = "scraper" path = "src/lib.rs" [[bin]] name = "scraper" path = "src/main.rs" required-features = ["main"] [[example]] name = "document" path = "examples/document.rs" [[example]] name = "fragment" path = "examples/fragment.rs" [dependencies.ahash] version = "0.8.0" [dependencies.cssparser] version = "0.34.0" [dependencies.ego-tree] version = "0.9.0" [dependencies.getopts] version = "0.2.21" optional = true [dependencies.html5ever] version = "0.29.0" [dependencies.indexmap] version = "2.6.0" optional = true [dependencies.precomputed-hash] version = "0.1.1" [dependencies.selectors] version = "0.26.0" [dependencies.tendril] version = "0.4.3" [features] atomic = [] default = [ "main", "errors", ] deterministic = ["indexmap"] errors = [] main = ["getopts"]