# 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 = "eargast-rs" version = "0.1.0" authors = ["Pato Lankenau "] description = "An async client for getting Formula 1 schedules, qualifying, and race results powered by the Eargast API" keywords = [ "formula1", "f1", "eargast", "racing", ] license = "MIT" resolver = "2" [dependencies.eyre] version = "0.6.8" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde-aux] version = "3.0.1" default-features = false [dependencies.serde_json] version = "1.0.81" [dependencies.time] version = "0.3.11" features = [ "macros", "parsing", "formatting", "serde-human-readable", ] [dev-dependencies.tokio] version = "1.19.2" features = [ "macros", "test-util", ]