[package]
name = "abs-data"
version = "0.2.2"
edition = "2021"
authors = ["Mitchell Rhys Hall"]
repository = "https://github.com/MitchellRhysHall/abs-data"
license = "MIT"
description = "DEPRECATED AND NO LONGER MAINTAINED DO NOT USE"
readme = "readme.md"
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.32", features = ["macros", "rt", "rt-multi-thread"] }
url = "2.4"
strum = { version = "0.25", features = ["derive"] }
strum_macros = "0.25"