[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1"
[dependencies.bytes]
version = "1.1.0"
[dev-dependencies]
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "tokio_client"
path = "examples/tokio_client.rs"
[features]
default = ["std"]
std = []
[lib]
name = "libmudtelnet_rs"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "game-development"]
description = "Robust, event-driven Telnet (RFC 854) parser for MUD clients with GMCP, MSDP, MCCP support and zero-allocation hot paths"
documentation = "https://docs.rs/libmudtelnet-rs"
edition = "2018"
exclude = ["docs/**", ".github/**"]
homepage = "https://github.com/laudney/libmudtelnet-rs"
keywords = ["telnet", "libtelnet", "mud", "gmcp", "msdp"]
license = "MIT"
name = "libmudtelnet-rs"
readme = "README.md"
repository = "https://github.com/laudney/libmudtelnet-rs"
resolver = "2"
rust-version = "1.66"
version = "2.0.9"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "msdp_integration"
path = "tests/msdp_integration.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"