[package] name = "zeebe" version = "0.4.2" authors = ["Julian Tescher "] description = """ A rust client for defining, orchestrating, and monitoring business processes across microservices using Zeebe. """ homepage = "https://github.com/OutThereLabs/zeebe-rust" repository = "https://github.com/OutThereLabs/zeebe-rust" readme = "README.md" categories = ["asynchronous", "api-bindings"] keywords = ["zeebe", "job", "queue", "async", "microservices"] license = "MIT" edition = "2021" [dependencies] futures = "0.3" oauth2 = { version = "4.1" } prost = "0.9" serde = "1.0" serde_json = "1.0" thiserror = "1.0" tokio = { version = "1.1", features = ["fs", "time"], default_features = false } tokio-stream = "0.1" tonic = { version = "0.6", features = ["tls", "tls-roots", "transport"] } tracing = "0.1" tracing-futures = "0.2" [dev-dependencies] serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.1", features = ["macros", "rt-multi-thread"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } dotenv = "0.15" [build-dependencies] tonic-build = "0.6"