# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "nectar" version = "0.4.0" authors = ["Rob Wagner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Telnet protocol (RFC 854) implementation via a Tokio codec. Includes support for various MUD protocol extensions." readme = "README.md" keywords = [ "telnet", "gmcp", "mssp", "mccp", "mud", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/robertwayne/nectar" [lib] name = "nectar" path = "src/lib.rs" doctest = false [dependencies.bytes] version = "1" [dependencies.tokio-util] version = "0.7" features = ["codec"] [features] unicode = []