winpipe2serial 0.1.0

Utility to link a windows named pipe to a serial COM port
[dependencies.clap]
features = ["derive"]
version = "4.2.4"

[dependencies.winapi]
features = ["std", "commapi", "errhandlingapi", "fileapi", "namedpipeapi", "handleapi", "ioapiset", "synchapi", "winbase", "winerror", "winnt"]
version = "0.3.9"

[package]
authors = ["Gopakumar C E"]
categories = ["embedded", "serial"]
description = "Utility to link a windows named pipe to a serial COM port"
edition = "2021"
homepage = "https://github.com/gopakumarce/winpipe2serial.git"
keywords = ["named-pipe", "windows", "serial", "COM-port"]
license = "MIT"
name = "winpipe2serial"
readme = "README.md"
repository = "https://github.com/gopakumarce/winpipe2serial.git"
version = "0.1.0"