callysto 0.1.11

Stream processing framework.
Documentation
[dependencies.async-h1]
version = "2.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.bincode]
version = "1.3.3"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.cuneiform-fields]
version = "0.1.1"

[dependencies.deadpool]
optional = true
version = "0.10"

[dependencies.deadpool-postgres]
features = ["serde"]
optional = true
version = "0.12"

[dependencies.elasticsearch]
optional = true
version = "7.14.0-alpha.1"

[dependencies.futures]
default-features = false
features = ["std", "async-await"]
version = "0.3"

[dependencies.futures-lite]
version = "2.2"

[dependencies.futures-timer]
version = "3.0"

[dependencies.http-types]
version = "2.12.0"

[dependencies.lever]
version = "0.1.4"

[dependencies.libc]
version = "0.2"

[dependencies.nuclei]
version = "0.4"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.rdkafka]
default-features = false
features = ["libz"]
version = "0.36.0"

[dependencies.rocksdb]
optional = true
version = "0.19.0"

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

[dependencies.serde_json]
version = "1.0.108"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dev-dependencies.dirs]
version = "4.0.0"

[features]
asyncexec = ["nuclei/async-exec"]
default = ["onthefly", "iouring", "asyncexec"]
docs = ["store_rocksdb", "sink_elastic", "sink_postgres"]
epoll = ["nuclei/epoll"]
iouring = ["nuclei/iouring"]
onthefly = []
sink_elastic = ["tokio", "elasticsearch"]
sink_postgres = ["tokio", "deadpool-postgres", "deadpool"]
store_rocksdb = ["rocksdb"]
tokio = ["nuclei/tokio"]

[package]
authors = ["Theo B. <vertexclique@gmail.com>", "Ankur S. <asrivas.cs@gmail.com>"]
categories = ["concurrency", "asynchronous", "database", "database-implementations"]
description = "Stream processing framework."
edition = "2021"
exclude = [".github/*", "examples/*", "tests/*", "art/*", "ci/*", "k8s/*", "benches/*", "doc/*", "docker/*", "docs/*", "*.png", "*.dot", "*.yml"]
homepage = "https://vertexclique.github.io/callysto/"
keywords = ["stream", "stream-processing", "microservice", "distributed", "database"]
license = "Apache-2.0"
name = "callysto"
readme = "README.md"
repository = "https://github.com/vertexclique/callysto"
rust-version = "1.60"
version = "0.1.11"

[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", 'feature="docs"']