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