[package] name = "cueball-tcp-stream-connection" version = "0.3.1" authors = ["Kelly McLaughlin "] description = """ This is an implementation of the cueball Connection trait for TcpStream from the rust standard library. """ repository = "https://github.com/joyent/rust-cueball" keywords = ["pool","joyent"] readme = "../../README.md" license = "MPL-2.0" edition = "2018" [dependencies] cueball = { path = '../../cueball', version = '0.3.5' }