# 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 = "eiga" version = "0.3.0" authors = ["Zach Madsen "] description = "A WIP TMDB API client" readme = "README.md" keywords = ["TMDB"] categories = [ "api-bindings", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/zachcmadsen/eiga" resolver = "2" [dependencies.eiga_builder_derive] version = "0.3.0" [dependencies.http] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.ureq] version = "2.4.0" features = ["json"] [dependencies.url] version = "2.2.2" [dev-dependencies.httpmock] version = "0.6.6"