# 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 = "sv_menu_scraper" version = "0.2.1" description = "This library allows you to scrape sv_restaurant menu websites such as \"https://bkw-bern.sv-restaurant.ch/de/menuplan/\"" homepage = "https://nici.red" license = "GPL-2.0" repository = "https://github.com/NiciTheNici/sv_restaurant_scraper" [dependencies.Inflector] version = "0.11.4" [dependencies.chrono] version = "0.4.26" [dependencies.colored] version = "2.0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.scraper] version = "0.17.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.4.1"