[package] name = "tcpclient" version = "2.0.0" authors = ["yi lu "] edition = "2018" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/luyikk/tcpclient" documentation = "https://docs.rs/tcpclient" description = "Asynchronous tcpclient based on aqueue actor." [dependencies] log = "0.4" aqueue = "1.3" tokio = { version = "1", features = ["rt", "net", "io-util"] } anyhow = "1.0"