passionfruit 1.1.0

An image downloader package with automatic file extension appendage.
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"
rust-version = "1.62.1"
name = "passionfruit"
version = "1.1.0"
description = "An image downloader package with automatic file extension appendage."
readme = "./README.md"
keywords = [
    "image",
    "download",
    "image-downloader",
]
categories = ["filesystem"]
license = "Apache-2.0"
repository = "https://github.com/Nowaaru/passionfruit"
resolver = "2"

[dependencies.bindet]
version = "0.3.2"
features = ["mime"]

[dependencies.bytes]
version = "1"

[dependencies.directories]
version = "4.0.1"

[dependencies.futures]
version = "0.3.21"

[dependencies.futures-util]
version = "0.3"

[dependencies.mime]
version = "0.3.16"

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

[dependencies.tokio]
version = "1"
features = ["full"]