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