fpgad_cli 0.2.0

Command-line interface for interacting with the FPGAd daemon
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"
name = "fpgad_cli"
version = "0.2.0"
authors = [
    "Talha Can Havadar <talha.can.havadar@canonical.com>",
    "Artie Poole <stuart.poole@canonical.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for interacting with the FPGAd daemon"
homepage = "https://github.com/canonical/fpgad"
readme = "README.md"
keywords = [
    "fpga",
    "cli",
    "embedded",
    "hardware",
    "xilinx",
]
categories = [
    "command-line-utilities",
    "hardware-support",
]
license = "GPL-3.0"
repository = "https://github.com/canonical/fpgad"

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

[[bin]]
name = "fpgad_cli"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.41"
features = [
    "std",
    "derive",
    "help",
    "usage",
    "error-context",
]
default-features = false

[dependencies.env_logger]
version = "0.11.8"
default-features = false

[dependencies.log]
version = "0.4.27"

[dependencies.tokio]
version = "1.47.0"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
]
default-features = false

[dependencies.zbus]
version = "5.9.0"
features = ["tokio"]
default-features = false