faucet-source-grpc 1.0.0

gRPC API source connector for the faucet-stream ecosystem
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.94"
name = "faucet-source-grpc"
version = "1.0.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC API source connector for the faucet-stream ecosystem"
readme = "README.md"
keywords = [
    "grpc",
    "protobuf",
    "etl",
    "pipeline",
    "connector",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PawanSikawat/faucet-stream"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.faucet-core]
version = "1.0.0"

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

[dependencies.prost]
version = "0.13"

[dependencies.prost-reflect]
version = "0.15"
features = ["serde"]

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

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tonic]
version = "0.13"
features = [
    "transport",
    "tls-ring",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.prost]
version = "0.13"

[dev-dependencies.serde_json]
version = "1"

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

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

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

[dev-dependencies.tonic]
version = "0.13"
features = [
    "transport",
    "tls-ring",
    "transport",
    "server",
]

[build-dependencies.protoc-bin-vendored]
version = "3"

[build-dependencies.tonic-build]
version = "0.13"