tame-webpurify 0.1.2

Simple Rust client for the WebPurify REST API
Documentation
[dependencies.http]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.url]
version = "2.3"
[dev-dependencies.bytes]
version = "1.4"

[dev-dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
version = "0.11"

[dev-dependencies.serde_json]
version = "1"

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

[package]
authors = ["Embark <opensource@embark-studios.com>", "Mathias Tervo <mathias.tervo@embark-studios.com>"]
categories = ["api-bindings"]
description = "Simple Rust client for the WebPurify REST API"
edition = "2021"
homepage = "https://github.com/EmbarkStudios/tame-webpurify"
keywords = ["content-moderation"]
license = "MIT OR Apache-2.0"
name = "tame-webpurify"
readme = "README.md"
repository = "https://github.com/EmbarkStudios/tame-webpurify"
version = "0.1.2"