[package]
edition = "2024"
rust-version = "1.88"
name = "opcda-bridge"
version = "0.2.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable async Rust client library for the opcda-bridge gateway's gRPC API"
homepage = "https://github.com/bytehound-labs/opcda-bridge"
documentation = "https://docs.rs/opcda-bridge"
readme = "README.md"
keywords = [
"opc",
"opc-da",
"scada",
"industrial",
"grpc",
]
categories = [
"network-programming",
"api-bindings",
"hardware-support",
]
license = "MIT"
repository = "https://github.com/bytehound-labs/opcda-bridge"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[package.metadata.cargo-machete]
ignored = ["tonic-prost"]
[lib]
name = "opcda_bridge"
path = "src/lib.rs"
[dependencies.opcda-bridge-proto]
version = "0.2"
[dependencies.thiserror]
version = "2"
[dependencies.tonic]
version = "0.14"
[dependencies.tonic-prost]
version = "0.14"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
"macros",
"net",
"rt-multi-thread",
"sync",
"time",
]
[dev-dependencies.tokio-stream]
version = "0.1"