[[bench]]
harness = false
name = "jolpica_get"
path = "benches/jolpica_get.rs"
[[bench]]
harness = false
name = "jolpica_resource"
path = "benches/jolpica_resource.rs"
[[bench]]
harness = false
name = "jolpica_response"
path = "benches/jolpica_response.rs"
[dependencies.bitflags]
version = "2.10.0"
[dependencies.enum-as-inner]
version = "0.6.1"
[dependencies.governor]
version = "0.10.1"
[dependencies.indexmap]
version = "2.12.0"
[dependencies.nonzero_ext]
version = "0.3.0"
[dependencies.ordered-float]
version = "5.1.0"
[dependencies.regex]
version = "1.12.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.serde_with]
version = "3.15.1"
[dependencies.serde_yaml]
optional = true
version = "0.9.34"
[dependencies.time]
features = ["serde-human-readable", "macros"]
version = "0.3.44"
[dependencies.ureq]
features = ["json"]
version = "3.1.2"
[dependencies.url]
features = ["serde"]
version = "2.5.7"
[dev-dependencies.all_asserts]
version = "2.3.3"
[dev-dependencies.anyhow]
version = "1.0.100"
[dev-dependencies.colored]
version = "3.0.0"
[dev-dependencies.const_format]
version = "0.2.35"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7.0"
[dev-dependencies.env_logger]
version = "0.11.8"
[dev-dependencies.log]
version = "0.4.28"
[dev-dependencies.more-asserts]
version = "0.3.1"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[[example]]
name = "validate_jolpica"
path = "examples/validate_jolpica.rs"
[features]
fantasy = ["dep:serde_yaml"]
[lib]
name = "f1_data"
path = "src/lib.rs"
[package]
authors = ["Ramon Sibello <ramon@sibello.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Provides consolidated access to various sources of Formula 1 information and data."
edition = "2024"
homepage = "https://github.com/ramonrsv/f1_data"
keywords = ["data", "f1"]
license = "MIT OR Apache-2.0"
name = "f1_data"
readme = "README.md"
repository = "https://github.com/ramonrsv/f1_data"
version = "0.0.2"