# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lotr-api" version = "0.2.0" authors = ["Yago Iglesias Vazquez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust wrapper for the one API to rule them all." homepage = "https://github.com/Yag000/lotr-api-rs" documentation = "https://docs.rs/lotr_api" readme = "README.md" keywords = [ "lotr", "lotr-api", "wrapper", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Yag000/lotr-api-rs" [lib] name = "lotr_api" path = "src/lib.rs" [[test]] name = "basic_call" path = "tests/basic_call.rs" [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dev-dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", ]