flusso-sources-postgres 0.10.1

Postgres logical-replication source for flusso: WAL capture, backfill, and document building.
Documentation
# 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 = "flusso-sources-postgres"
version = "0.10.1"
authors = ["Alias2k"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Postgres logical-replication source for flusso: WAL capture, backfill, and document building."
homepage = "https://github.com/alias2k/flusso"
readme = "README.md"
keywords = [
    "postgres",
    "opensearch",
    "cdc",
    "search",
    "replication",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/alias2k/flusso"

[features]
fuzzing = []

[lib]
name = "sources_postgres"
path = "src/lib.rs"

[[test]]
name = "config_coverage"
path = "tests/config_coverage.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "publication"
path = "tests/publication.rs"

[[bench]]
name = "postgres"
path = "benches/postgres.rs"
harness = false

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

[dependencies.chrono]
version = "0.4.*"
features = [
    "std",
    "serde",
]
default-features = false

[dependencies.futures]
version = "0.3.*"

[dependencies.pgwire-replication]
version = "0.3.*"
features = ["md5"]

[dependencies.rust_decimal]
version = "1.*"
features = ["serde-with-str"]

[dependencies.schema-core]
version = "0.10.1"
package = "flusso-schema-core"

[dependencies.serde_json]
version = "1.*"

[dependencies.sources-core]
version = "0.10.1"
package = "flusso-sources-core"

[dependencies.sqlx]
version = "0.9.*"
features = [
    "runtime-tokio",
    "tls-rustls",
    "postgres",
    "rust_decimal",
    "chrono",
    "uuid",
    "json",
]
default-features = false

[dependencies.tokio]
version = "1.*"
features = ["sync"]
default-features = false

[dependencies.tracing]
version = "0.1.*"

[dependencies.uuid]
version = "1.*"
features = ["serde"]

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

[dev-dependencies.criterion]
version = "0.8.*"
features = ["async_tokio"]

[dev-dependencies.proptest]
version = "1.*"

[dev-dependencies.schema-core]
version = "0.10.1"
package = "flusso-schema-core"

[dev-dependencies.sources-core]
version = "0.10.1"
package = "flusso-sources-core"

[dev-dependencies.sqlx]
version = "0.9.*"
features = [
    "runtime-tokio",
    "tls-rustls",
    "postgres",
    "rust_decimal",
    "chrono",
    "uuid",
    "json",
]
default-features = false

[dev-dependencies.testcontainers-modules]
version = "0.15.*"
features = ["postgres"]

[dev-dependencies.tokio]
version = "1.*"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]
default-features = false

[dev-dependencies.uuid]
version = "1.*"
features = ["serde"]

[lints.clippy]
expect_used = "deny"
indexing_slicing = "deny"
iter_next_slice = "allow"
len_zero = "deny"
match_bool = "deny"
print_stderr = "deny"
print_stdout = "deny"
unwrap_used = "deny"

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[lints.rust]
missing_debug_implementations = "deny"
non_camel_case_types = "deny"
non_snake_case = "deny"
non_upper_case_globals = "deny"
unreachable_patterns = "deny"
unreachable_pub = "deny"
unsafe_code = "deny"
unused_crate_dependencies = "warn"
unused_imports = "deny"
unused_mut = "deny"
unused_variables = "deny"
warnings = "deny"