Cargo Features

scrape-core has no features set by default.

[dependencies]
scrape-core = { version = "0.2.4", features = ["full", "simd", "parallel", "streaming", "mmap"] }
full = mmap, parallel, simd, streaming
simd full?

Affects scrape-core::simd

parallel full? = rayon

Affects scrape-core::parallel

streaming full? = encoding_rs, lol_html

Affects scrape-core::streaming

mmap full? = memmap2

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

encoding_rs streaming?
lol_html streaming?
memmap2 mmap?
rayon parallel?