# 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 = "jsdom" version = "0.0.11-alpha.1" description = "A rust javascript dom parser for web scraping" documentation = "https://docs.rs/jsdom" readme = "README.md" keywords = [ "jsdom", "crawler", "scraping", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/a11ywatch/jsdom" [dependencies.hashbrown] version = "0.13.2" optional = true default-features = true [dependencies.resast] version = "0.6.0-alpha.5" [dependencies.ressa] version = "0.9.0-alpha.3" [dependencies.tokio] version = "1.28.1" features = [ "rt-multi-thread", "macros", "parking_lot", ] optional = true [dependencies.tokio-stream] version = "0.1.12" optional = true [features] default = [] hashbrown = ["dep:hashbrown"] tokio = [ "dep:tokio", "dep:tokio-stream", ]