lotr-api 0.2.1

Rust wrapper for the one API to rule them all.
Documentation
[dependencies.reqwest]
version = "0.12.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.199"

[dependencies.serde_json]
version = "1.0.117"

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

[lib]
name = "lotr_api"
path = "src/lib.rs"

[package]
authors = ["Yago Iglesias Vazquez  <yago.iglesias.vazquez@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust wrapper for the one API to rule them all."
documentation = "https://docs.rs/lotr_api"
edition = "2021"
homepage = "https://github.com/Yag000/lotr-api-rs"
keywords = ["lotr", "lotr-api", "wrapper"]
license = "MIT OR Apache-2.0"
name = "lotr-api"
readme = "README.md"
repository = "https://github.com/Yag000/lotr-api-rs"
version = "0.2.1"

[[test]]
name = "basic_call"
path = "tests/basic_call.rs"