ferrous-serialport 4.0.2

A cross-platform low-level serial port library
Documentation
[badges.appveyor]
repository = "Susurrus/serialport-rs"
service = "gitlab"

[badges.gitlab]
repository = "susurrus/serialport-rs"

[badges.maintenance]
status = "looking-for-maintainer"

[badges.travis-ci]
repository = "Susurrus/serialport-rs"
[dev-dependencies.clap]
version = "2.32"

[features]
default = ["libudev"]

[package]
authors = ["Bryant Mairs <bryant@mai.rs>"]
categories = ["hardware-support"]
description = "A cross-platform low-level serial port library"
edition = "2018"
keywords = ["serial", "hardware", "system", "RS232"]
license = "MPL-2.0"
name = "ferrous-serialport"
readme = "README.md"
repository = "https://github.com/ferrous-systems/serialport-rs-hotfix"
version = "4.0.2"
[target."cfg(all(target_os = \"linux\", not(target_env = \"musl\")))".dependencies.libudev]
optional = true
version = "0.2.0"
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.CoreFoundation-sys]
version = "0.1.3"

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.IOKit-sys]
version = "0.1"

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.mach]
version = "0.2"
[target."cfg(unix)".dependencies.bitflags]
version = "1.0.4"

[target."cfg(unix)".dependencies.cfg-if]
version = "0.1"

[target."cfg(unix)".dependencies.nix]
version = "0.16.1"
[target."cfg(windows)".dependencies.regex]
version = "1.0"

[target."cfg(windows)".dependencies.winapi]
features = ["cguid", "commapi", "errhandlingapi", "fileapi", "guiddef", "handleapi", "minwinbase", "minwindef", "ntdef", "setupapi", "winbase", "winerror", "winnt"]
version = "0.3.6"