[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4.19"
[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.14.0"
[package]
description = "A wrapper for the Destiny 2 / Bungie.net REST API"
documentation = "https://github.com/dec4234/Rustiny"
edition = "2021"
exclude = [".github/*"]
homepage = "https://github.com/dec4234/Rustiny"
keywords = ["destiny2", "wrapper", "api", "destiny", "bungie"]
license = "MIT"
name = "Rustiny"
readme = "README.md"
repository = "https://github.com/dec4234/Rustiny"
resolver = "2"
version = "0.1.1"