# 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 = "2021" name = "serial-rs" version = "0.2.1" authors = ["Ashcon Mohseninia "] description = "A cross-platform rust serial RS232 library with overlap IO support" readme = "README.md" keywords = [ "serial", "modem", "serialport", "rs232", ] license = "GPL-2.0-or-later" repository = "https://github.com/rnd-ash/serial-rs" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-unknown-linux-gnu", "i686-pc-windows-msvc", "x86_64-apple-darwin", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.glob] version = "0.3.0" [dependencies.regex] version = "1.5.4" [target."cfg(unix)".dependencies.nix] version = "0.23.1" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "cguid", "commapi", "errhandlingapi", "fileapi", "guiddef", "handleapi", "minwinbase", "minwindef", "ntdef", "setupapi", "winbase", "winerror", "winnt", "synchapi", "ioapiset", ] [badges.maintenance] status = "actively-developed"