f1_data 0.0.2

Provides consolidated access to various sources of Formula 1 information and data.
Documentation
[package]
name = "f1_data"
version = "0.0.2"
edition = "2024"

authors = ["Ramon Sibello <ramon@sibello.ca>"]

description = "Provides consolidated access to various sources of Formula 1 information and data."

readme = "README.md"
homepage = "https://github.com/ramonrsv/f1_data"
repository = "https://github.com/ramonrsv/f1_data"
license = "MIT OR Apache-2.0"
keywords = ["data", "f1"]
categories = ["api-bindings"]

[features]
fantasy = ["dep:serde_yaml"]

[dependencies]
ureq = { version = "3.1.2", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
serde_yaml = { version = "0.9.34", optional = true }
serde_with = "3.15.1"
url = { version = "2.5.7", features = ["serde"] }
time = { version = "0.3.44", features = ["serde-human-readable", "macros"] }
regex = "1.12.2"
enum-as-inner = "0.6.1"
governor = "0.10.1"
nonzero_ext = "0.3.0"
ordered-float = "5.1.0"
indexmap = "2.12.0"
bitflags = "2.10.0"

[dev-dependencies]
const_format = "0.2.35"
criterion = { version = "0.7.0", features = ["html_reports"] }
log = "0.4.28"
env_logger = "0.11.8"
anyhow = "1.0.100"
colored = "3.0.0"
pretty_assertions = "1.4.1"
more-asserts = "0.3.1"
all_asserts = "2.3.3"

[[bench]]
name = "jolpica_get"
harness = false

[[bench]]
name = "jolpica_resource"
harness = false

[[bench]]
name = "jolpica_response"
harness = false

[[example]]
name = "validate_jolpica"