Cargo Features
[dependencies]
flipkart_scraper = { version = "0.2.9", default-features = false, features = ["fetch", "wasm_parser"] }
- default = serde
-
The
serde
feature is set by default wheneverflipkart_scraper
is added without
somewhere in the dependency tree.default-features = false - 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.