clockpipe 0.2.1

Clickhouse Data Synchronization Pipeline
[[bin]]
name = "clockpipe"
path = "src/main.rs"

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

[dependencies.byteorder]
version = "1.5.0"

[dependencies.clap]
features = ["derive"]
version = "4.4.18"

[dependencies.clickhouse]
version = "0.13.3"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.sqlx]
features = ["runtime-tokio", "postgres", "macros"]
version = "0.8.6"

[dependencies.tokio]
features = ["full"]
version = "1.46.1"

[dependencies.tokio-postgres]
features = ["with-serde_json-1"]
version = "0.7.13"

[package]
authors = ["myyrakle <sssang97@naver.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Clickhouse Data Synchronization Pipeline"
documentation = "https://github.com/myyrakle/clockpipe/blob/master/README.md"
edition = "2024"
exclude = []
homepage = "https://github.com/myyrakle/clockpipe/blob/master/README.md"
include = ["src/*", "Cargo.toml"]
keywords = ["clickhouse", "postgresql"]
license = "MIT"
name = "clockpipe"
readme = "README.md"
repository = "https://github.com/myyrakle/clockpipe"
version = "0.2.1"