# 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 = "accessibility-scraper" version = "0.0.14" authors = [ "June McEnroe ", "Jeff Mendez ", ] description = "HTML parsing and querying with CSS selectors with CSS binding styles to elements." readme = "README.md" keywords = [ "html", "css", "selector", "scraping", ] license = "ISC" repository = "https://github.com/a11ywatch/accessibility-rs" [dependencies.ahash] version = "0.8" [dependencies.cssparser] version = "0.27.0" [dependencies.ego-tree] version = "0.6.2" [dependencies.fast_html5ever] version = "0.26.6" [dependencies.getopts] version = "0.2.21" optional = true [dependencies.indexmap] version = "2.0.0" optional = true [dependencies.once_cell] version = "1.0" [dependencies.selectors] version = "0.22.0" [dependencies.smallvec] version = "1" [dependencies.tendril] version = "0.4.3" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "parking_lot", ] optional = true [dependencies.tokio-stream] version = "0.1" optional = true [features] atomic = [] default = ["main"] deterministic = ["indexmap"] errors = [] main = ["getopts"] spider = [] tokio = [ "dep:tokio", "dep:tokio-stream", ]