[dependencies.cssparser]
version = "0.36"
[dependencies.html5ever]
version = "0.36"
[dependencies.markup5ever]
version = "0.36"
[dependencies.markup5ever_rcdom]
version = "0.36"
[dependencies.memchr]
version = "2.7"
[dependencies.precomputed-hash]
version = "0.1"
[dependencies.selectors]
version = "0.34"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.criterion]
default-features = false
version = "0.8"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
default = []
parallel = []
simd = []
[lib]
name = "scrape_core"
path = "src/lib.rs"
[lints.clippy]
cargo_common_metadata = "allow"
doc_markdown = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
return_self_not_must_use = "allow"
unused_self = "allow"
use_self = "allow"
used_underscore_binding = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
dead_code = "allow"
missing_docs = "warn"
unsafe_code = "warn"
unused_variables = "allow"
[package]
authors = ["scrape-rs contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "web-programming"]
description = "High-performance HTML parsing library core"
edition = "2024"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["html", "parser", "scraping", "css-selectors", "dom"]
license = "MIT OR Apache-2.0"
name = "scrape-core"
publish = true
readme = "README.md"
repository = "https://github.com/bug-ops/scrape-rs"
resolver = "2"
rust-version = "1.88"
version = "0.1.4"