# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zomato" version = "0.1.1" authors = ["Martin Habovštiak "] description = "A simple crate for retrievig daily menu from zomato.com" homepage = "https://github.com/Kixunil/zomato" readme = "README.md" keywords = ["zomato", "scraper", "async"] categories = ["api-bindings"] license = "MITNFA" repository = "https://github.com/Kixunil/zomato" [dependencies.anyhow] version = "1.0.26" [dependencies.reqwest] version = "0.10.1" [dependencies.scraper] version = "0.11.0" [dependencies.serde] version = "1.0.110" [dependencies.serde_derive] version = "1.0.110" [dependencies.serde_json] version = "1.0.53" [dependencies.thiserror] version = "1.0.7" [dev-dependencies.fmt2io] version = "0.1" [dev-dependencies.mktemp] version = "0.4.0" [dev-dependencies.simple_logger] version = "1.4" [dev-dependencies.tokio] version = "0.2.8" features = ["full"] [features] debug-log = []