# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" 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" readme = "README.md" keywords = [ "zeebe", "job", "queue", "async", "microservices", ] categories = [ "asynchronous", "api-bindings", ] license = "MIT" repository = "https://github.com/OutThereLabs/zeebe-rust" resolver = "2" [dependencies.futures] version = "0.3" [dependencies.oauth2] version = "4.1" [dependencies.prost] version = "0.9" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.1" features = [ "fs", "time", ] default_features = false [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.6" features = [ "tls", "tls-roots", "transport", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1.1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [build-dependencies.tonic-build] version = "0.6"