telnet 0.2.1

A simple implementation of telnet protocol.
Documentation
[dependencies.flate2]
optional = true
version = "1.0.22"

[dependencies.replace_with]
optional = true
version = "0.1.7"

[features]
zcstream = ["flate2", "replace_with"]

[package]
authors = ["SLMT <sam123456777@gmail.com>"]
categories = ["network-programming"]
description = "A simple implementation of telnet protocol."
documentation = "https://docs.rs/telnet"
edition = "2018"
exclude = [".travis*"]
homepage = "https://github.com/SLMT/telnet-rs"
keywords = ["telnet"]
license = "MIT"
name = "telnet"
readme = "README.md"
repository = "https://github.com/SLMT/telnet-rs"
version = "0.2.1"