# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "telnet-codec" version = "0.1.0" authors = ["The Mudcano Project"] description = "A humble codec for converting a byte stream into TelnetEvents which other programs can use.\n" readme = "README.md" keywords = ["asynchronous", "tokio", "telnet", "mud", "codec"] categories = ["encoding", "network-programming"] license = "LGPL-3.0-or-later" repository = "https://github.com/mudcano/telnet-codec" [dependencies.bytes] version = "1.0" [dependencies.tokio-util] version = "0.6" features = ["codec"]