[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"