dagpirs 0.1.3

A pure rust wrapper for dagpi, with image manipulation and data fetching.
Documentation
[dependencies.bytes]
features = ["serde"]
version = "1"

[dependencies.reqwest]
features = ["json"]
version = "0.11.0"

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

[dependencies.serde_json]
version = "1.0.64"

[dependencies.tokio]
features = ["rt", "sync", "time", "macros"]
optional = true
version = "1"

[dependencies.tracing]
version = "0.1.22"

[dependencies.tracing-futures]
optional = true
version = "0.2.4"

[dependencies.typemap_rev]
optional = true
version = "0.1.4"

[features]
blocking = ["reqwest/blocking"]
default = ["tokio", "tracing-futures"]
serenity = ["typemap_rev"]

[package]
authors = ["Arnav <arnav.jindal7@gmail.com>"]
build = "build.rs"
description = "A pure rust wrapper for dagpi, with image manipulation and data fetching."
documentation = "https://docs.rs/dagpirs"
edition = "2018"
homepage = "https://dagpi.xyz"
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]
license = "MIT"
name = "dagpirs"
readme = "README.md"
repository = "https://github.com/daggy1234/dagpirs"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]