digital_blasphemy_client 0.1.7

A client for the Digital Blasphemy API
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 = "2024"
name = "digital_blasphemy_client"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A client for the Digital Blasphemy API"
homepage = "https://github.com/gigaSproule/digital-blasphemy-client-rs"
readme = "README.md"
keywords = [
    "digital",
    "blasphemy",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/gigaSproule/digital-blasphemy-client-rs"

[lib]
name = "digital_blasphemy_client"
path = "src/lib.rs"

[dependencies.log]
version = "0.4.28"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "query",
]

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

[dev-dependencies.mockito]
version = "1.7.0"

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "macros",
]

[dev-dependencies.uuid]
version = "1.18.1"
features = ["v4"]