# 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 = "atletiek_nu_api" version = "0.2.1" authors = ["Jasper Fortuin "] description = "A scraping library for the atletiek.nu website" homepage = "https://github.com/zeskeertwee/atletiek-nu-api" readme = "README.md" keywords = [ "scraping", "api", "athletics", ] categories = ["api-bindings"] license = "AGPL-3.0-or-later" repository = "https://github.com/zeskeertwee/atletiek-nu-api" [[bench]] name = "scraping" harness = false [dependencies.anyhow] version = "1.0.70" [dependencies.arc-swap] version = "1.6.0" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" features = [] [dependencies.regex] version = "1.7.3" [dependencies.reqwest] version = "0.11.16" features = ["blocking"] [dependencies.scraper] version = "0.16.0" features = ["deterministic"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.urlencoding] version = "2.1.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.tokio] version = "1.32.0" features = [ "test-util", "rt-multi-thread", "macros", ]