imagekit 0.1.0-beta+1

Rust API Client for ImageKit.io a file storage and image processing service
Documentation
# 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 = "imagekit"
version = "0.1.0-beta+1"
authors = ["Esteban Borai <estebanborai@gmail.com>"]
description = "Rust API Client for ImageKit.io a file storage and image processing service"
readme = "README.md"
keywords = [
    "imagekit",
    "api",
    "bindings",
    "image",
    "upload",
]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EstebanBorai/imagekit"
resolver = "2"

[dependencies.anyhow]
version = "1.0.58"

[dependencies.async-trait]
version = "0.1.56"

[dependencies.reqwest]
version = "0.11.11"
features = [
    "json",
    "multipart",
    "stream",
]

[dependencies.serde]
version = "1.0.138"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.82"

[dependencies.tokio]
version = "1.19.2"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tokio-util]
version = "0.7.3"
features = ["codec"]