wait-human 0.1.1

Rust client library for WaitHuman - pause execution and request human input on demand
Documentation
[build-dependencies.regex]
version = "1.11"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[[example]]
name = "demo"
path = "examples/demo.rs"

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

[package]
authors = ["Giovanni", "WaitHuman Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "asynchronous"]
description = "Rust client library for WaitHuman - pause execution and request human input on demand"
edition = "2021"
homepage = "https://waithuman.com"
keywords = ["human-in-loop", "confirmation", "approval", "async", "api-client"]
license-file = "LICENSE"
name = "wait-human"
readme = "README.md"
repository = "https://github.com/wait-human/wait-human-client-rs"
version = "0.1.1"