mrcon 0.1.0

MongoDB to RabbitMQ connector library for streaming change events
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 = "2021"
name = "mrcon"
version = "0.1.0"
authors = ["Dmitry Danilov"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MongoDB to RabbitMQ connector library for streaming change events"
readme = "README.md"
keywords = [
    "mongodb",
    "rabbitmq",
    "connector",
    "cdc",
    "rust",
]
license = "MIT"
repository = "https://github.com/f-squirrel/mrcond"

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

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

[dependencies.bson]
version = "2"

[dependencies.futures-util]
version = "0.3"

[dependencies.lapin]
version = "3"

[dependencies.mongodb]
version = "3"

[dependencies.prometheus]
version = "0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0"