chorus-client 0.1.0

Quorum write-ahead log for databases over GCS Rapid zonal buckets
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"
rust-version = "1.88"
name = "chorus-client"
version = "0.1.0"
authors = ["Tyler Rockwood <rockwotj@gmail.com>"]
build = false
exclude = [
    "src/grpc_internal_tests.rs",
    "src/grpc_internal_tests/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quorum write-ahead log for databases over GCS Rapid zonal buckets"
documentation = "https://docs.rs/chorus-client"
readme = "README.md"
keywords = [
    "gcs",
    "wal",
    "write-ahead-log",
    "quorum",
    "storage",
]
categories = [
    "database-implementations",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/rockwotj/chorus"

[features]
default = []
dst-support = []
probe-support = []

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

[[example]]
name = "database_wal"
path = "examples/database_wal.rs"

[dependencies.arc-swap]
version = "1.9"

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

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

[dependencies.bytes]
version = "1.10"

[dependencies.crc32c]
version = "0.6"

[dependencies.futures]
version = "0.3"

[dependencies.google-cloud-auth]
version = "1.12"
features = ["default-rustls-provider"]
default-features = false

[dependencies.googleapis-tonic-google-storage-v2]
version = "0.42"
features = [
    "bytes",
    "hash-map",
]
default-features = false

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tokio-stream]
version = "0.1"
features = ["net"]

[dependencies.tonic]
version = "0.14"
features = [
    "transport",
    "tls-webpki-roots",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1.0"