# 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 = "mal-query" version = "0.1.1" authors = ["naginipython"] description = "This crate connects to the MyAnimeList public API v2 Beta, and allows the user to intuitively receive anime data." readme = "README.md" keywords = [ "myanimelist", "mal", "anime", "api", ] license = "MIT" repository = "https://github.com/Naginipython/Mal_Query" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.lazy_static] version = "1.4.0" [dependencies.open] version = "5.0.1" [dependencies.pkce] version = "0.2.0" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tiny_http] version = "0.12.0" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.5.0" [features] jikan = []