statefun-sdk 0.1.0

A Rust SDK for the Apache Flink Stateful Functions (StateFun) project. See: https://flink.apache.org/stateful-functions.html
Documentation
# 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 = "statefun-sdk"
version = "0.1.0"
authors = ["Aljoscha Krettek <aljoscha.krettek@gmail.com>"]
description = "A Rust SDK for the Apache Flink Stateful Functions (StateFun) project. See: https://flink.apache.org/stateful-functions.html"
homepage = "https://github.com/aljoscha/statefun-rust"
documentation = "https://docs.rs/statefun/"
readme = "../README.md"
license = "MIT"
repository = "https://github.com/aljoscha/statefun-rust.git"
[dependencies.bytes]
version = "0.5"

[dependencies.exitfailure]
version = "0.5.1"

[dependencies.failure]
version = "0.1.5"

[dependencies.hyper]
version = "0.13"

[dependencies.log]
version = "0.4.8"

[dependencies.protobuf]
version = "2.15"

[dependencies.statefun-proto]
version = "0.1.0"

[dependencies.structopt]
version = "0.3.5"

[dependencies.tokio]
version = "0.2"
features = ["full"]