# 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" name = "flipkart_scraper" version = "0.2.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Scrape Flipkart product details" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/dvishal485/flipkart-scraper" [profile.release] opt-level = "z" [lib] name = "flipkart_scraper" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.eyre] version = "0.6.12" [dependencies.getrandom] version = "0.2.15" features = ["js"] [dependencies.reqwest] version = "0.12.5" optional = true [dependencies.scraper] version = "0.20.0" [dependencies.serde] version = "1.0.207" features = ["serde_derive"] optional = true [dependencies.serde-wasm-bindgen] version = "0.6.5" optional = true [dependencies.tsify] version = "0.4.5" features = ["js"] optional = true [dependencies.url] version = "2.5.2" [dependencies.wasm-bindgen] version = "0.2.93" optional = true [features] default = ["serde"] fetch = ["reqwest"] wasm_parser = [ "serde-wasm-bindgen", "wasm-bindgen", "serde", "tsify", ]