# 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 = "mojos_api_madhouse" version = "0.1.1" authors = ["BuyMyMojo "] description = "A collaction of simple functions to easily use a large ammount of random APIs!" documentation = "https://docs.rs/mojos_api_madhouse/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/BuyMyMojo/mojos_api_madhouse" resolver = "2" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_derive] version = "1.0.143" [dependencies.serde_json] version = "1.0.83" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.tokio-test] version = "0.4.2" [dependencies.urlencoding] version = "2.1.0" [features] anime = [] default = ["anime"]