mlb-api 0.0.13

Endpoints for MLB's public Statcast API.
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 = "mlb-api"
version = "0.0.13"
authors = ["Riley"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Endpoints for MLB's public Statcast API."
documentation = "https://docs.rs/mlb-api"
readme = "README.md"
keywords = [
    "mlb",
    "statcast",
    "api",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/RealRTTV/mlb-api"

[features]
_heavy_tests = []
aggressive_cache = ["cache"]
cache = []
default = [
    "reqwest",
    "cache",
    "aggressive_cache",
]
reqwest = [
    "dep:reqwest",
    "dep:tokio",
]
ureq = [
    "dep:ureq",
    "dep:parking_lot",
]

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

[dependencies.bon]
version = "3.8.1"

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

[dependencies.compact_str]
version = "0.9.0"

[dependencies.derive_more]
version = "2.0.1"
features = [
    "deref",
    "deref_mut",
    "display",
    "from",
    "from_str",
    "add",
    "add_assign",
    "as_ref",
    "try_from",
]

[dependencies.either]
version = "1.15.0"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.parking_lot]
version = "0.12.4"
optional = true

[dependencies.pastey]
version = "0.2.1"

[dependencies.reqwest]
version = "0.12.21"
features = ["json"]
optional = true

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_with]
version = "3.16.1"

[dependencies.smallvec]
version = "2.0.0-alpha.12"
features = ["serde"]

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.46.1"
features = ["sync"]
optional = true

[dependencies.uom]
version = "0.37.0"
features = [
    "serde",
    "use_serde",
    "i32",
]

[dependencies.ureq]
version = "3.0.12"
features = ["json"]
optional = true

[dependencies.uuid]
version = "1.18.1"
features = ["serde"]

[dev-dependencies.serde_path_to_error]
version = "0.1.17"

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