# 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 = "dom-manipulator" version = "0.1.0" authors = [ "June McEnroe ", "Kyle Fahey ", ] description = "A library for HTML parsing, querying and serializing." readme = "README.md" keywords = [ "html", "css", "selector", "scraping", ] license = "ISC" repository = "https://github.com/causal-agent/scraper" resolver = "2" [[bin]] name = "dom-manipulator" path = "src/main.rs" required-features = ["main"] [dependencies.cssparser] version = "0.27" [dependencies.ego-tree] version = "0.6.2" [dependencies.getopts] version = "0.2.21" optional = true [dependencies.html5ever] version = "0.26" [dependencies.indexmap] version = "1.9.1" optional = true [dependencies.matches] version = "0.1.9" [dependencies.selectors] version = "0.22.0" [dependencies.smallvec] version = "1.9.0" [dependencies.tendril] version = "0.4.3" [features] default = ["main"] deterministic = ["indexmap"] main = ["getopts"]