# 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" rust-version = "1.59.0" name = "serialport-fix-stop-bits" version = "4.3.0" authors = [ "Bryant Mairs ", "Jesse Braham ", ] description = "A cross-platform low-level serial port library." documentation = "https://docs.rs/serialport" readme = "README.md" keywords = [ "serial", "hardware", "system", "RS232", ] categories = ["hardware-support"] license = "MPL-2.0" repository = "https://github.com/serialport/serialport-rs" [dependencies.scopeguard] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.assert_hex] version = "0.4.1" [dev-dependencies.clap] version = "3.1.6" features = ["derive"] [dev-dependencies.envconfig] version = "0.10.0" [dev-dependencies.os_str_bytes] version = ">=6.0, <6.6.0" [dev-dependencies.rstest] version = "0.12.0" default-features = false [dev-dependencies.rustversion] version = "1.0.16" [features] default = ["libudev"] ignore-hardware-tests = [] usbportinfo-interface = [] [target."cfg(all(target_os = \"linux\", not(target_env = \"musl\")))".dependencies.libudev] version = "0.3.0" optional = true [target."cfg(all(target_os = \"linux\", not(target_env = \"musl\")))".dependencies.unescaper] version = "0.1.3" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.core-foundation-sys] version = "0.8.4" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.io-kit-sys] version = "0.4.0" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.mach2] version = "0.4.1" [target."cfg(unix)".dependencies.bitflags] version = "2.4.0" [target."cfg(unix)".dependencies.cfg-if] version = "1.0.0" [target."cfg(unix)".dependencies.nix] version = "0.26" features = [ "fs", "ioctl", "poll", "signal", "term", ] default-features = false [target."cfg(windows)".dependencies.regex] version = "1.5.5" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "cguid", "commapi", "errhandlingapi", "fileapi", "guiddef", "handleapi", "minwinbase", "minwindef", "ntdef", "setupapi", "winbase", "winerror", "winnt", ]