reifydb-remote-proxy 0.6.0

Remote subscription proxy 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-remote-proxy"
version = "0.6.0"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Remote subscription proxy for ReifyDB"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[features]
default = []

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

[dependencies.reifydb-client]
version = "0.6.0"
features = ["grpc"]

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

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

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