# 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] name = "serial-windows" version = "0.4.0" authors = ["David Cuddeback "] description = "Serial port implementation for Windows." homepage = "https://github.com/dcuddeback/serial-rs" documentation = "https://dcuddeback.github.io/serial-rs/serial-windows/" readme = "README.md" keywords = ["serial", "hardware", "system", "RS232"] categories = ["hardware-support", "os", "os::windows-apis"] license = "MIT" repository = "https://github.com/dcuddeback/serial-rs" [dependencies.libc] version = "0.2" [dependencies.serial-core] version = "0.4"