clockpipe 0.6.1

Clickhouse Data Synchronization Pipeline
# 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 = "clockpipe"
version = "0.6.1"
authors = ["myyrakle <sssang97@naver.com>"]
build = false
exclude = []
include = [
    "src/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Clickhouse Data Synchronization Pipeline"
homepage = "https://github.com/myyrakle/clockpipe/blob/master/README.md"
documentation = "https://github.com/myyrakle/clockpipe/blob/master/README.md"
readme = "README.md"
keywords = [
    "clickhouse",
    "postgresql",
    "mongodb",
]
license = "MIT"
repository = "https://github.com/myyrakle/clockpipe"

[[bin]]
name = "clockpipe"
path = "src/main.rs"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.41"

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

[dependencies.clickhouse]
version = "0.13.3"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.futures]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4"

[dependencies.mongodb]
version = "3.2.4"

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

[dependencies.serde_json]
version = "1.0.142"

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

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

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