nflreadrs 0.2.1

Crate to pull data from nflverse's NFL database.
Documentation
[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.42"

[dependencies.chrono-tz]
version = "0.10.4"

[dependencies.polars]
version = "0.52.0"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12.28"

[dependencies.strum]
features = ["derive"]
version = "0.27.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.url]
version = "2.5.7"

[dependencies.uuid]
features = ["v4"]
version = "1.19.0"

[lib]
name = "nflreadrs"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "database"]
description = "Crate to pull data from nflverse's NFL database."
edition = "2024"
exclude = [".github/workflows/ci.yml", ".gitignore"]
keywords = ["NFL", "sports", "game-data", "sports-data"]
license = "MIT"
name = "nflreadrs"
readme = "README.md"
repository = "https://github.com/rednokay/nflreadrs"
version = "0.2.1"