libsql_replication 0.9.30

Replication protocol for libSQL
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 = "libsql_replication"
version = "0.9.30"
authors = ["the libSQL authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Replication protocol for libSQL"
readme = false
license = "MIT"
repository = "https://github.com/tursodatabase/libsql"

[features]
encryption = ["libsql-sys/encryption"]

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

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

[dependencies.aes]
version = "0.8.3"

[dependencies.async-stream]
version = "0.3.5"

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

[dependencies.bytes]
version = "1.5.0"
features = ["serde"]

[dependencies.cbc]
version = "0.1.2"

[dependencies.libsql-sys]
version = "0.9.30"
features = [
    "wal",
    "rusqlite",
    "api",
]
default-features = false

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.prost]
version = "0.12"

[dependencies.rusqlite]
version = "0.9.30"
features = [
    "libsql-experimental",
    "column_decltype",
    "load_extension",
    "modern_sqlite",
    "functions",
    "limits",
    "hooks",
]
default-features = false
package = "libsql-rusqlite"

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

[dependencies.thiserror]
version = "1.0.49"

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

[dependencies.tokio-stream]
version = "0.1.14"

[dependencies.tokio-util]
version = "0.7.9"

[dependencies.tonic]
version = "0.11"
features = [
    "codegen",
    "prost",
]
default-features = false

[dependencies.tracing]
version = "0.1.40"

[dependencies.uuid]
version = "1.5.0"
features = ["v4"]

[dependencies.zerocopy]
version = "0.7.28"
features = ["derive"]

[dev-dependencies.arbitrary]
version = "1.3.0"
features = ["derive_arbitrary"]

[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.prost-build]
version = "0.12"

[dev-dependencies.tempfile]
version = "3.8.0"

[dev-dependencies.tonic-build]
version = "0.11"