# 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 = "tellem" version = "0.2.0" description = "Another telnet implementation" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.bytes] version = "1.5.0" [dependencies.either] version = "1.9.0" [dependencies.num_enum] version = "0.7.0" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio-util] version = "0.7.9" features = ["codec"] optional = true [dependencies.tracing] version = "0.1.37" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [features] codec = ["tokio-util"] default = ["codec"]