xvc-client 0.2.0

Library for connecting to Xilinx Virtual Cable (XVC) servers and performing remote JTAG operations
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.91"
name = "xvc-client"
version = "0.2.0"
authors = ["Lukas Scheller"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for connecting to Xilinx Virtual Cable (XVC) servers and performing remote JTAG operations"
readme = "README.md"
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/Schottkyc137/xvc-rs"

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

[dependencies.bytes]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.xvc-protocol]
version = "0.2.0"
features = ["tokio"]