[package] name = "mio_tcp_loop" version = "0.1.17" authors = ["fx_kirin "] edition = "2018" description = "mio TcpStream Thread." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] mio = "0.6.22" mio-extras = "2.0.6" anyhow = "1.0.31" log = "0.4.8" kaniexpect = "0.1.3"