[dependencies.http]
version = "0.2"
[dependencies.reqwest]
features = ["multipart", "json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1"
[dependencies.time]
version = "0.3"
[dependencies.tracing-subscriber]
version = "0.3"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.axum]
features = ["macros"]
version = "0.6"
[dev-dependencies.dotenvy]
version = "0.15"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.tracing]
version = "0.1"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[[example]]
name = "simple"
path = "examples/with_simple_client.rs"
[[example]]
name = "axum"
path = "examples/with_axum.rs"
[package]
authors = ["Joey McKenzie <joey.mckenzie27@gmail.com>"]
categories = ["api-bindings"]
description = "Blizzard Game Data API bindings for Rust."
documentation = "https://docs.rs/bubblehearth"
edition = "2021"
homepage = "https://github.com/joeymckenzie/bubblehearth/"
keywords = ["blizzard", "blizzard-api", "blizzard-game-data"]
license = "MIT OR Apache-2.0"
name = "bubblehearth"
readme = "README.md"
repository = "https://github.com/joeymckenzie/bubblehearth/"
version = "0.1.0"