toonify 1.0.0

Toonify API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "toonify"
version = "1.0.0"
description = "Toonify API client"
authors = ["XXIV"]
homepage = "https://github.com/sloppydaddy/toonify-rust"
repository = "https://github.com/sloppydaddy/toonify-rust"
keywords = ["pictures", "media", "entertainment", "photos", "api"]
categories = ["api-bindings"]
readme = "README.md"
license = "Apache-2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11", features = ["blocking", "multipart"] }
json = "0.12.4"