[package]
name = "Rustiny"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "A wrapper for the Destiny 2 / Bungie.net REST API"
homepage = "https://github.com/dec4234/Rustiny"
documentation = "https://github.com/dec4234/Rustiny"
repository = "https://github.com/dec4234/Rustiny"
readme = "README.md"
exclude = [".github/*"]
keywords = ["destiny2", "wrapper", "api", "destiny", "bungie"]
[dependencies]
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.14.0", features = ["full"] }
chrono = "0.4.19"