# 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 = "stud_ip_scraper" version = "0.2.0" description = "Blazingly fast 🚀 library for interacting with Stud.IP 📚" homepage = "https://github.com/RedstoneMedia/stud-ip-scraper" readme = "README.md" keywords = [ "stud-ip", "StudIP", "web-scraping", "scraper", ] categories = ["web-programming::http-client"] license = "GPL-3.0" repository = "https://github.com/RedstoneMedia/stud-ip-scraper" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.itertools] version = "0.12.1" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11" features = [ "blocking", "cookies", "gzip", ] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.5" [features] default = ["rate_limiting"] rate_limiting = [] verbose = []