# 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 = "mini-telnet" version = "0.1.8" description = "Asynchronous minimal telnet library" keywords = [ "tokio", "telnet", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/kolapapa/mini-telnet" resolver = "2" [[example]] name = "simple" [dependencies.bytes] version = "1.1.0" [dependencies.encoding] version = "0.2.33" [dependencies.futures] version = "0.3.21" [dependencies.regex] version = "1.5.5" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = [ "time", "net", "io-util", ] [dependencies.tokio-util] version = "0.7.1" features = ["codec"] [dev-dependencies.tokio] version = "1.17.0" features = ["full"]