tl-stream 0.3.1

Streaming and pipeline engine for ThinkingLanguage (Phase 4)
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 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 = "2024"
name = "tl-stream"
version = "0.3.1"
authors = ["Mallesh Madapathi <mallesh@thinkingdbx.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming and pipeline engine for ThinkingLanguage (Phase 4)"
homepage = "https://github.com/mplusm/thinkinglanguage"
readme = "README.md"
keywords = [
    "data-engineering",
    "language",
    "ai",
    "pipeline",
    "etl",
]
categories = [
    "compilers",
    "development-tools",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/mplusm/thinkinglanguage"
resolver = "2"

[features]
kafka = ["dep:rdkafka"]

[lib]
name = "tl_stream"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.rdkafka]
version = "0.37"
features = ["cmake-build"]
optional = true

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
    "rustls",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tl-ast]
version = "0.3.0"

[dependencies.tl-errors]
version = "0.3.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
]