reifydb-cdc 0.4.13

Change Data Capture module for ReifyDB
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 = "reifydb-cdc"
version = "0.4.13"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Change Data Capture module for ReifyDB"
readme = false
license = "Apache-2.0"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[features]
default = ["sqlite"]
sqlite = [
    "rusqlite",
    "reifydb-sqlite",
    "dep:zstd",
]

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

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

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

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

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

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

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

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

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

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]

[dependencies.reifydb-catalog]
version = "0.4.13"

[dependencies.reifydb-core]
version = "0.4.13"

[dependencies.reifydb-runtime]
version = "0.4.13"

[dependencies.reifydb-sqlite]
version = "0.4.13"
optional = true

[dependencies.reifydb-store-multi]
version = "0.4.13"

[dependencies.reifydb-store-single]
version = "0.4.13"

[dependencies.reifydb-transaction]
version = "0.4.13"

[dependencies.reifydb-type]
version = "0.4.13"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "v7",
    "serde",
    "std",
    "js",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rusqlite]
version = "0.39.0"
features = [
    "bundled",
    "bundled",
]
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.zstd]
version = "0.13"
optional = true