kisd 1.0.0

Kanzi-in-System / DebugUSB UART support for Linux hosts
# 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 = "kisd"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kanzi-in-System / DebugUSB UART support for Linux hosts"
readme = "README.md"
license = "MIT"
repository = "https://github.com/AsahiLinux/kisd"

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

[dependencies.bytes]
version = "1.11.1"

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

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

[dependencies.env_logger]
version = "0.11.10"

[dependencies.futures-util]
version = "0.3.32"
features = ["sink"]

[dependencies.log]
version = "0.4.29"

[dependencies.nix]
version = "0.31.3"
features = [
    "fs",
    "term",
]

[dependencies.nusb]
version = "0.2.3"
features = ["tokio"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "io-util",
    "macros",
    "net",
    "rt",
    "time",
]

[dependencies.tokio-util]
version = "0.7.18"
features = ["io"]

[dependencies.zerocopy]
version = "0.8.48"

[dependencies.zerocopy-derive]
version = "0.8.48"