racing_scraper 0.0.20

personal experiment to learn racing models. don't use it anywhere
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "racing_scraper"
version = "0.0.20"
edition = "2021"
description= "personal experiment to learn racing models. don't use it anywhere"
license="MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11.20", features = ["json"] }
serde_json = "1.0.105"
serde={version="1.0.188",features = ["derive"]}
tokio={version="1.32.0",features=["full"]}
chrono = { version = "0.4.26", features = ["serde"] }
futures = "0.3.28"