# 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 = "2018" name = "serialport5" version = "5.0.2" authors = ["thewh1teagle"] description = "A cross-platform low-level serial port library" documentation = "https://docs.rs/serialport/*/serialport" readme = "README.md" keywords = [ "serial", "hardware", "system", "RS232", ] categories = ["hardware-support"] license = "MPL-2.0" repository = "https://gitlab.com/susurrus/serialport-rs" [dev-dependencies.clap] version = "3.0.14" [features] default = ["libudev"] [target."cfg(all(target_os = \"linux\", not(target_env = \"musl\")))".dependencies.libudev] version = "0.3.0" optional = true [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.5" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.mach] version = "0.3.2" [target."cfg(unix)".dependencies.bitflags] version = "1.3.2" [target."cfg(unix)".dependencies.cfg-if] version = "1.0" [target."cfg(unix)".dependencies.nix] version = "0.23.1" [target."cfg(windows)".dependencies.regex] version = "1.5.4" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "cguid", "commapi", "errhandlingapi", "fileapi", "guiddef", "handleapi", "minwinbase", "minwindef", "ntdef", "setupapi", "winbase", "winerror", "winnt", "ioapiset", "synchapi", ] [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"