# 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" rust-version = "1.65" name = "dom_finder" version = "0.4.1" authors = ["Mykola Humanov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTML parsing with CSS seletors" documentation = "https://docs.rs/dom_finder/latest" readme = "README.md" keywords = [ "html", "css", "selectors", "scraping", "parser", ] license = "MIT OR Apache-2.0" repository = "https://github.com/niklak/dom_finder" [lib] name = "dom_finder" path = "src/lib.rs" [[example]] name = "multithread" path = "examples/multithread.rs" [[example]] name = "multithread_scope" path = "examples/multithread_scope.rs" [[test]] name = "extract" path = "tests/extract.rs" [[test]] name = "extract_into_struct" path = "tests/extract_into_struct.rs" [[test]] name = "pipeline" path = "tests/pipeline.rs" [dependencies.dom_query] version = "0.9.0" features = ["hashbrown"] [dependencies.gjson] version = "0.8.1" [dependencies.hashbrown] version = "0.15.1" features = [ "allocator-api2", "inline-more", "serde", "default-hasher", ] default-features = false [dependencies.html-escape] version = "0.2.13" [dependencies.once_cell] version = "1.20.1" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_yaml] version = "0.9.33" [dependencies.tendril] version = "0.4.3" [dependencies.thiserror] version = "2.0.2" [dev-dependencies.crossbeam-channel] version = "0.5.13" [features] json_cfg = ["dep:serde_json"]