rag-rat-sync 0.21.1

Peer/p2p transport for the rag-rat op log: an iroh QUIC session that exchanges signed account entries between peers, feeding each through the op-log ingest seams (phase D, #406).
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"
rust-version = "1.95"
name = "rag-rat-sync"
version = "0.21.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Peer/p2p transport for the rag-rat op log: an iroh QUIC session that exchanges signed account entries between peers, feeding each through the op-log ingest seams (phase D, #406)."
readme = false
license = "MIT"
repository = "https://github.com/cq27-dev/rag-rat"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.iroh]
version = "1.0.0"
features = ["tls-ring"]
default-features = false

[dependencies.minicbor]
version = "2.2.2"
features = ["alloc"]

[dependencies.rag-rat-base]
version = "0.21.1"
default-features = false

[dependencies.rag-rat-oplog]
version = "0.21.1"
default-features = false

[dependencies.rusqlite]
version = "0.40"
features = [
    "bundled",
    "functions",
]

[dependencies.tokio]
version = "1.52"
features = [
    "rt-multi-thread",
    "macros",
    "io-std",
    "time",
    "sync",
    "io-util",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.rag-rat-db]
version = "0.21.1"
default-features = false

[dev-dependencies.tokio]
version = "1.52"
features = [
    "rt-multi-thread",
    "macros",
    "io-std",
    "time",
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
]