cat-dev-serial 0.0.13

A library for interacting with the serial port of a CAT-DEV hardware unit distributed by Nintendo (i.e. a type of Wii-U DevKits).
Documentation
[dependencies.pin-project-lite]
version = "^0.2.16"

[dependencies.tokio]
features = ["full", "tracing"]
version = "^1.47.1"

[dependencies.valuable]
features = ["derive"]
version = "^0.1.1"

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

[package]
authors = ["Cynthia <cynthia@coan.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for interacting with the serial port of a CAT-DEV hardware unit distributed by Nintendo (i.e. a type of Wii-U DevKits)."
edition = "2024"
license = "MIT"
name = "cat-dev-serial"
readme = "README.md"
repository = "https://codeberg.org/rem-verse/sprig"
version = "0.0.13"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable", "--cfg", "tracing_unstable"]
rustdoc-args = ["--cfg", "tokio_unstable", "--cfg", "tracing_unstable"]

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "macos"))'.dependencies.libc]
version = "^0.2"

[target.'cfg(target_os = "windows")'.dependencies.bytes]
version = "^1.10.1"

[target.'cfg(target_os = "windows")'.dependencies.windows]
default-features = false
features = ["Win32_Devices_Communication", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Registry", "Win32_System_Threading", "std"]
version = "^0.62.2"