[dependencies.clap]
features = ["derive"]
version = "4.4.7"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.uuid]
features = ["v4"]
version = "1.5.0"
[package]
authors = ["Stefan Luthardt <stefan@luthardt.dev>"]
description = "5Minds ProcessCube® Engine client written in Rust"
edition = "2021"
license-file = "LICENSE"
name = "processcube_engine_client"
readme = "README.md"
repository = "https://github.com/stefanluth/ProcessCube.Engine.Client.rs"
version = "0.2.0"