# 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" rust-version = "1.80" name = "numaflow" version = "0.2.0" authors = ["Numaflow Developers"] build = "build.rs" exclude = [ ".github/*", ".gitignore", ".dockerignore", "hack/*", "Makefile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust SDK for Numaflow" homepage = "https://numaproj.github.io/numaflow/" readme = "README.md" keywords = [ "numaflow", "streaming", "messaging", "event-driven", ] categories = [ "network-programming", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/numaproj/numaflow-rs" [lib] name = "numaflow" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.futures-util] version = "0.3.30" [dependencies.hyper-util] version = "0.1.7" [dependencies.prost] version = "0.13.3" [dependencies.prost-types] version = "0.13.3" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tokio-stream] version = "0.1.16" features = ["net"] [dependencies.tokio-util] version = "0.7.12" [dependencies.tonic] version = "0.12.3" [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.tempfile] version = "3.9.0" [dev-dependencies.tower] version = "0.5.0" features = ["util"] [build-dependencies.tonic-build] version = "0.12.3"