thunderstore 0.6.0

A library for interacting with the Thunderstore 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 = "thunderstore"
version = "0.6.0"
authors = ["Kesomannen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for interacting with the Thunderstore API"
readme = "README.md"
keywords = [
    "thunderstore",
    "api",
    "client",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Kesomannen/thunderstore-client"

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

[dependencies.arc-bytes]
version = "0.3.5"

[dependencies.async-stream]
version = "0.3.5"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.6.0"

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

[dependencies.flate2]
version = "1.1.9"

[dependencies.futures-core]
version = "0.3.30"

[dependencies.futures-util]
version = "0.3.30"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "stream",
    "gzip",
]

[dependencies.semver]
version = "1.0.23"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.120"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.tokio]
version = "1.38.0"
features = ["full"]

[dependencies.url]
version = "2.5.2"
features = ["serde"]

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