mio-serial 3.3.0

A serial port implementation for mio
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "mio-serial"
version = "3.3.0"
authors = ["Zac Berkowitz <zac.berkowitz@gmail.com>"]
description = "A serial port implementation for mio"
homepage = "https://github.com/berkowski/mio-serial"
documentation = "http://docs.rs/mio-serial"
readme = "README.md"
keywords = ["rs232", "serial", "mio"]
categories = ["asynchronous", "hardware-support"]
license = "MIT"
repository = "https://github.com/berkowski/mio-serial"

[[example]]
name = "serial_printline"
path = "examples/serial_printline.rs"
[dependencies.mio]
version = "^0.6"

[dependencies.serialport]
version = "~3.3"
default-features = false

[features]
default = ["libudev"]
libudev = ["serialport/libudev"]
[target."cfg(unix)".dependencies.nix]
version = "^0.14"
[target."cfg(windows)".dependencies.mio-named-pipes]
version = "0.1.5"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["commapi", "handleapi", "winbase"]
[badges.appveyor]
repository = "berkowski/mio-serial"
service = "github"

[badges.travis-ci]
repository = "berkowski/mio-serial"
service = "github"