# 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 = "serial_enumerator" version = "0.2.12" authors = ["Xiaoqing Ma "] include = [ "Cargo.toml", "src/**/*.rs", "README.md", ] description = "A serial port enumreator library writen in rust" homepage = "https://github.com/rede97/serial_enumerator" readme = "README.md" keywords = [ "serial", "tty", "UART", ] license = "MIT" repository = "https://github.com/rede97/serial_enumerator" [lib] name = "serial_enumerator" path = "src/lib.rs" [[bin]] name = "lser" path = "src/bin/lser.rs" test = false [dependencies.nom] version = "7.1.0" [target."cfg(target_os = \"macos\")".dependencies.CoreFoundation-sys] version = "0.1.4" [target."cfg(target_os = \"macos\")".dependencies.IOKit-sys] version = "0.1.5" [target."cfg(target_os = \"macos\")".dependencies.defer-lite] version = "1.0.0" [target."cfg(target_os = \"macos\")".dependencies.libc] version = "0.2" [target."cfg(target_os = \"macos\")".dependencies.mach] version = "0.1.1" [target."cfg(windows)".dependencies.windows] version = "0.29.0" features = [ "std", "alloc", "Win32_Foundation", "Win32_Devices_DeviceAndDriverInstallation", "Win32_System_Registry", ]