# 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 = "2018" name = "statefun" version = "0.2.0-alpha.2" authors = ["Aljoscha Krettek "] 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.hyper] version = "0.13" [dependencies.log] version = "0.4.8" [dependencies.protobuf] version = "2.15" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.statefun-proto] version = "0.2.0-alpha.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.anyhow] version = "1.0"