openf1 0.1.0

Unofficial Rust client for the OpenF1 API
Documentation
[package]
name = "openf1"
version = "0.1.0"
edition = "2021"
rust-version = "1.96"
authors = ["Anh Nguyen <anhnguyen@aaanh.com>"]
license = "EUPL-1.2"
description = "Unofficial Rust client for the OpenF1 API"
readme = "README.md"
homepage = "https://openf1.org"
documentation = "https://docs.rs/openf1"
repository = "https://gitlab.com/aaanh/openf1-client"
keywords = ["openf1", "f1", "formula-1", "api", "telemetry"]
categories = ["api-bindings", "web-programming"]

[package.metadata.docs.rs]
all-features = true

[dependencies]
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"
tokio = { version = "1", features = ["time"] }

[dev-dependencies]
tokio = { version = "1.43", features = ["macros", "rt-multi-thread"] }