# 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" name = "serial-thread" version = "0.0.7" authors = ["pythcoiner "] description = "Asynchronous, multithreaded serial port communication library using mpsc::cjhannels or async-channels for efficient data handling." documentation = "https://docs.rs/serial-thread" readme = "README.md" keywords = [ "serial", "async", "multithreaded", "communication", ] categories = [ "asynchronous", "hardware-support", ] license = "MIT" repository = "https://github.com/pythcoiner/serial-thread-rust" [dependencies.async-channel] version = "2.2.0" [dependencies.log] version = "0.4.21" [dependencies.serial] version = "0.4.0" [dependencies.serialport] version = "4.3.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "macros", "time", ] [features] async-channel = []