forked from camunda-community-hub/zeebest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
30 lines (26 loc) · 756 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "zeebest"
version = "0.21.0"
authors = ["Mackenzie Clark <mackenzie.a.z.c@gmail.com>"]
edition = "2021"
description = "An unofficial zeebe client for the future!"
repository = "https://github.com/xmclark/zeebest"
keywords = ["zeebe", "grpc", "microservices", "futures"]
readme = "README.md"
license = "MIT"
[dependencies]
failure = "0.1.8"
# futures01 = { package = "futures", version = "0.3.30", optional = true }
# futures-preview = { version = "0.2.2", features = ["compat"] }
grpc = "0.8.3"
protobuf = "3.4.0"
serde = "1.0.91"
serde_json = "1.0.39"
[build-dependencies]
protobuf-codegen = "3.4.0"
protoc-rust-grpc = "0.8.3"
[dev-dependencies]
atomic-counter = "1.0.1"
serde_derive = "1.0.197"
structopt = "0.3.26"
tokio = "1.37.0"