[[bin]]
name = "test-client"
path = "src/bin/test.rs"
[dependencies.bytes]
version = "1.10.0"
[dependencies.flume]
version = "0.11"
[dependencies.open-protocol]
version = "0.1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[lib]
name = "open_protocol_client"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for implementing Atlas Copco/Torque Open Protocol clients."
edition = "2021"
homepage = "https://github.com/dezemand/rs-open-protocol"
license-file = "LICENSE"
name = "open-protocol-client"
readme = "README.md"
repository = "https://github.com/dezemand/rs-open-protocol"
version = "0.0.0"