Cargo Features

[dependencies]
flipkart_scraper = { version = "0.2.6", default-features = false, features = ["fetch", "wasm_parser"] }
default = serde

The serde feature is set by default whenever flipkart_scraper is added without default-features = false somewhere in the dependency tree.

fetch = reqwest
wasm_parser = serde, serde-wasm-bindgen, tsify, wasm-bindgen

Affects flipkart_scraper::Search, flipkart_scraper::parse_search_results, flipkart_scraper::parse_product_details

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.

serde default wasm_parser?
serde-wasm-bindgen wasm_parser?
wasm-bindgen wasm_parser?
reqwest fetch?
tsify wasm_parser?