processcube_engine_client 0.3.0

5Minds ProcessCube® Engine client written in Rust
Documentation
[package]
name = "processcube_engine_client"
authors = ["Stefan Luthardt  <stefan@luthardt.dev>"]
version = "0.3.0"
edition = "2021"
description = "5Minds ProcessCube® Engine client written in Rust"
license = "MIT"
repository = "https://github.com/stefanluth/ProcessCube.Engine.Client.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.7", features = ["derive"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
tokio = { version = "1", features = ["full"] }

[dev-dependencies]
uuid = { version = "1.5.0", features = ["v4"] }