reifydb-cdc 0.7.0

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.7.0"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = "build.rs"
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 = "postcard_wire_format"
path = "tests/postcard_wire_format.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.7.0"

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

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

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

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

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

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

[dependencies.reifydb-value]
version = "0.7.0"

[dependencies.tracing]
version = "0.1.44"

[build-dependencies.reifydb-build]
version = "0.7.0"

[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