asoiaf-api 0.1.2

Rust wrapper for the api of ice and fire.
Documentation
[package]
name = "asoiaf-api"
version = "0.1.2"
edition = "2021"
authors = ["Yago Iglesias Vazquez  <yago.iglesias.vazquez@gmail.com>"]
description = "Rust wrapper for the api of ice and fire."
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Yag000/asoiaf-rs"
documentation = "https://docs.rs/asoiaf-api"
keywords = ["wrapper", "asoiaf", "api"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = "0.12.4"
serde_json = "1.0.117"
serde = { version = "1.0.202", features = ["derive"] }

[dev-dependencies]
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }