# 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 = "rstreams" version = "0.1.0" description = "Async Stream-Processing toolkit with actor model flavor" homepage = "https://github.com/CallistoLabsNYC/rstreams.git" readme = "README.md" keywords = [ "kafka", "redpanda", "confluent", "streaming", ] license-file = "LICENSE" repository = "https://github.com/CallistoLabsNYC/rstreams.git" [[example]] name = "loader" path = "example/loader.rs" [[example]] name = "stocks" path = "example/stocks.rs" [[example]] name = "tpipe" path = "example/tpipe.rs" [[example]] name = "tpipe2" path = "example/tpipe2.rs" [dependencies.async-stream] version = "0.3.5" [dependencies.bytes] version = "1.6.0" [dependencies.futures] version = "0.3.29" [dependencies.nom] version = "7.1.3" [dependencies.redb] version = "2.0.0" [dependencies.samsa] version = "0.1.4" optional = true [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tracing] version = "0.1.40" [dev-dependencies.fork_stream] version = "0.1.0" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] kafka = ["samsa"]