# 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 = "ferrous-serialport" version = "4.0.2" authors = ["Bryant Mairs "] description = "A cross-platform low-level serial port library" readme = "README.md" keywords = ["serial", "hardware", "system", "RS232"] categories = ["hardware-support"] license = "MPL-2.0" repository = "https://github.com/ferrous-systems/serialport-rs-hotfix" [dev-dependencies.clap] version = "2.32" [features] default = ["libudev"] [target."cfg(all(target_os = \"linux\", not(target_env = \"musl\")))".dependencies.libudev] version = "0.2.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" [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] version = "0.3.6" features = ["cguid", "commapi", "errhandlingapi", "fileapi", "guiddef", "handleapi", "minwinbase", "minwindef", "ntdef", "setupapi", "winbase", "winerror", "winnt"] [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"