mlbt-api 0.4.2

Internal API client for mlbt
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[[test]]
name = "client"
path = "tests/client.rs"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.derive_builder]
version = "0.20.2"

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

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

[dependencies.serde_json]
version = "1.0.149"

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

[dev-dependencies.tokio]
version = "1.49.0"
features = ["macros"]