[dependencies]
[lib]
name = "xvc_protocol"
path = "src/lib.rs"
[package]
authors = ["Lukas Scheller"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Implementation of the Xilinx Virtual Cable (XVC) 1.0 protocol for JTAG communication with FPGA devices over network connections"
edition = "2024"
license = "MIT"
name = "xvc-protocol"
readme = "README.md"
repository = "https://github.com/Schottkyc137/xvc-rs"
rust-version = "1.91"
version = "0.1.0"