[package] name = "read-to-timeout" version = "0.1.4" edition = "2021" authors = ["Ythan Zhang "] license = "MIT AND Apache-2.0" readme = "README.md" description = "Extension on std::io::Read trait where timeout is the expected behaviour" keywords = ["utility", "read", "serialport"] repository = "https://gitlab.com/ythan-zhang/read-to-timeout" exclude = [ ".idea/*", ".vscode/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]