mlbt-api 0.4.2

Internal API client for mlbt
Documentation
[package]
name = "mlbt-api"
version = "0.4.2"
authors = ["Andrew Schneider <andjschneider@gmail.com>"]
edition = "2024"
description = "Internal API client for mlbt"
license = "MIT"
repository = "https://github.com/mlb-rs/mlbt"

[dependencies]
chrono = { version = "0.4.43", features = ["serde"] }
derive_builder = "0.20.2"
reqwest = { version = "0.13.1", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"

[dev-dependencies]
mockito = "1.7.2"
tokio = { version = "1.49.0", features = ["macros"] }