helldive_rs 0.6.0

A rust wrapper for the unofficial helldivers API.
Documentation
[dependencies.once_cell]
version = "1.8"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.toml]
version = "0.8"

[package]
authors = ["LordOfPolls <dev@lordofpolls.com"]
categories = ["api-bindings", "web-programming"]
description = "A rust wrapper for the unofficial helldivers API."
edition = "2021"
homepage = "https://github.com/LordOfPolls/helldive_rs"
keywords = ["helldivers", "api", "wrapper", "async"]
license = "MIT"
name = "helldive_rs"
readme = "README.md"
repository = "https://github.com/LordOfPolls/helldive_rs"
version = "0.6.0"