1 Star 2 Fork 1

endpoint_rust/event_flow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "event_flow"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["sink_clickhouse"]
source_zmq = ["zeromq"]
sink_clickhouse = ["clickhouse-rs"]
[dependencies]
chrono = "0.4.19"
crossbeam-channel = "0.5.3"
async-channel = "1.6.1"
log4rs = "1.0.0"
log = "0.4.14"
once_cell = "1.9.0"
async-trait = "0.1.52"
clap = { version = "3.1.0", features = ["derive"] }
tokio_clickhouse = { package = "tokio", version = "~0.1" }
tokio = { version="1.17.0", features = ["full","tracing"] }
console-subscriber = "0.1.6"
tokio-metrics = "0.1.0"
futures = "0.3.21"
lazy_static = "1.4.0"
serde = "1.0.136"
serde_derive = "1.0.127"
toml = "0.5.8"
idata = "0.1.0"
rs-snowflake = "0.6.0"
serde_yaml = "0.8.4"
async-recursion = "1.0.0"
elasticsearch = "7.14.0-alpha.1"
async-std = "1.11.0"
crossbeam-skiplist_piedb = "0.8.11"
crossbeam-epoch = "0.9.8"
zeromq = { version="0.3.3", optional=true }
clickhouse-rs = { version = "0.1.21", optional=true }
rs-es = "0.12.3"
tremor-value = { git="https://gitee.com/rust_endpoint/value.git" }
ouroboros = "0.15.0"
simd-json = {version="0.4.13",features=["allow-non-simd"]}
simd-json-derive = "0.2"
rocket = { version = "0.5.0-rc.1", features = ["json"] }
serde_json = "1.0.66"
sapeur = { git="https://gitee.com/rust_endpoint/sapeur.git" }
bytes = "1.1.0"
timer = "0.2.0"
sort = "0.8.5"
num-traits = "0.2.15"
chrono-tz = "0.5.3"
regex = "1"
hex = "0.4.2"
rand = "0.8.5"
beef = "0.5"
linked-hash-map = "0.5.6"
glob = "0.3.0"
vecshard = "0.2.1"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/endpoint_rust/event_flow.git
git@gitee.com:endpoint_rust/event_flow.git
endpoint_rust
event_flow
event_flow
master

搜索帮助