# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zeebest" version = "0.20.0" authors = ["Mackenzie Clark "] description = "An unofficial zeebe client for the future!" readme = "README.md" keywords = ["zeebe", "grpc", "microservices", "futures"] license = "MIT" repository = "https://github.com/xmclark/zeebest" [dependencies.failure] version = "0.1.5" [dependencies.futures-preview] version = "0.3.0-alpha.18" features = ["compat"] [dependencies.futures01] version = "0.1" optional = true package = "futures" [dependencies.grpc] version = "0.6.1" [dependencies.protobuf] version = "2" [dependencies.serde] version = "1.0.91" [dependencies.serde_json] version = "1.0.39" [dev-dependencies.atomic-counter] version = "1.0.1" [dev-dependencies.serde_derive] version = "1.0.91" [dev-dependencies.structopt] version = "0.2.16" [dev-dependencies.tokio] version = "0.1" [build-dependencies.protoc-rust-grpc] version = "0.6.1"