nhl_api 0.5.2

An NHL stats and scores API client
Documentation
[dependencies.chrono]
version = "0.4.42"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.mockito]
version = "1.5"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An NHL stats and scores API client"
documentation = "https://docs.rs/nhl-api"
edition = "2021"
homepage = "https://github.com/sperano/nhl-api"
license = "GPL-3.0-or-later"
name = "nhl_api"
readme = "README.md"
repository = "https://github.com/sperano/nhl-api"
version = "0.5.2"