xvc-server-debugbridge 0.2.0

Backend implementations of the XVC (Xilinx Virtual Cable) server for AMD Debug Bridges
# 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-server-debugbridge"
version = "0.2.0"
authors = ["Lukas Scheller"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend implementations of the XVC (Xilinx Virtual Cable) server for AMD Debug Bridges"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Schottkyc137/xvc-rs"

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

[dependencies.clap]
version = "4.5.52"
features = ["derive"]

[dependencies.clap-num]
version = "1.2.0"

[dependencies.env_logger]
version = "0.11.5"

[dependencies.log]
version = "0.4.28"

[dependencies.nix]
version = "0.30.1"
features = [
    "uio",
    "mman",
    "ioctl",
]

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

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

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

[dependencies.xvc-server]
version = "0.2.0"