hypixel-sdk 0.2.0

Async client for the Hypixel Public API with typed models and SkyBlock helpers
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"
rust-version = "1.85"
name = "hypixel-sdk"
version = "0.2.0"
authors = ["Jacob Mish <jacobpmish@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async client for the Hypixel Public API with typed models and SkyBlock helpers"
documentation = "https://docs.rs/hypixel-sdk"
readme = "README.md"
keywords = [
    "hypixel",
    "skyblock",
    "minecraft",
    "api",
    "sdk",
]
categories = [
    "api-bindings",
    "asynchronous",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/feromond/hypixel-sdk"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["nbt"]
nbt = [
    "dep:base64",
    "dep:flate2",
    "dep:fastnbt",
]

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

[[example]]
name = "auctions"
path = "examples/auctions.rs"

[[example]]
name = "bazaar"
path = "examples/bazaar.rs"

[[example]]
name = "networth"
path = "examples/networth.rs"

[[example]]
name = "player"
path = "examples/player.rs"

[[example]]
name = "resources"
path = "examples/resources.rs"

[[example]]
name = "skyblock_profile"
path = "examples/skyblock_profile.rs"

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

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]
default-features = false

[dependencies.fastnbt]
version = "2"
optional = true

[dependencies.flate2]
version = "1"
optional = true

[dependencies.futures-util]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "time",
]

[dev-dependencies.dotenvy]
version = "0.15"

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

[dev-dependencies.wiremock]
version = "0.6"