opcda-bridge-client 0.2.2

OPC DA cross-platform client
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.88"
name = "opcda-bridge-client"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OPC DA cross-platform client"
homepage = "https://github.com/bytehound-labs/opcda-bridge"
documentation = "https://docs.rs/opcda-bridge-client"
readme = "README.md"
keywords = [
    "opc",
    "opc-da",
    "scada",
    "industrial",
    "cli",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/bytehound-labs/opcda-bridge"
resolver = "2"

[package.metadata.cargo-machete]
ignored = ["tonic-prost"]

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

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

[[bin]]
name = "opcda-bridge-client"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.opcda-bridge]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.19"

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

[dependencies.toml]
version = "1"

[dev-dependencies.opcda-bridge-proto]
version = "0.2"

[dev-dependencies.proptest]
version = "1.11"

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

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

[dev-dependencies.tonic]
version = "0.14"

[dev-dependencies.tonic-prost]
version = "0.14"