[package]
edition = "2024"
rust-version = "1.96.0"
name = "crabka-connect-postgres"
version = "0.3.7"
authors = ["The Crabka Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Postgres logical-decoding source connector for Crabka Connect"
homepage = "https://github.com/robot-head/crabka"
documentation = "https://docs.rs/crabka-connect-postgres"
readme = "README.md"
keywords = [
"kafka",
"connect",
"postgres",
"cdc",
"crabka",
]
categories = [
"database",
"asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/robot-head/crabka"
resolver = "2"
[lib]
name = "crabka_connect_postgres"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "1"
[dependencies.crabka-connect]
version = "0.3.7"
[dependencies.crabka-schema-serde]
version = "0.3.7"
features = ["protobuf"]
[dependencies.futures-util]
version = "0.3"
features = ["sink"]
[dependencies.postgres-types]
version = "0.2"
[dependencies.prost]
version = "0.14"
[dependencies.prost-reflect]
version = "0.16"
[dependencies.serde]
version = "1"
features = [
"derive",
"derive",
]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"macros",
"rt",
"time",
]
default-features = false
[dependencies.tokio-postgres]
version = "0.7"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.assert2]
version = "0.4"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
"test-util",
]
default-features = false
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"