# 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-api" version = "2.0.2" authors = ["dobecad https://github.com/dobecad"] description = "An asynchronous MyAnimeList (MAL) API library for Rust" readme = "README.md" keywords = [ "async", "mal", "myanimelist", "anime", "manga", ] categories = [ "asynchronous", "api-bindings", ] license = "MIT" repository = "https://github.com/dobecad/mal-rs" [lib] crate-type = ["lib"] [dependencies.async-trait] version = "0.1.68" [dependencies.oauth2] version = "4.4.1" features = ["pkce-plain"] [dependencies.reqwest] version = "0.11.18" features = ["serde_json"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.97" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.strum] version = "0.25.0" features = ["strum_macros"] [dependencies.strum_macros] version = "0.25.0" [dependencies.thiserror] version = "1.0.57" [dependencies.toml] version = "0.7.6" [dependencies.url] version = "2.4.0" [features] forum = [] full = [ "forum", "user", ] user = []