# 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 = "enet-client" version = "0.2.1" authors = ["Aleksander Heintz "] description = "eNet gateway client" license = "MIT" repository = "https://github.com/YoloDev/enet-rs" resolver = "2" [dependencies.backoff] version = "0.3" features = ["futures", "tokio"] [dependencies.bytes] version = "1" [dependencies.enet-proto] version = "0.1.7" [dependencies.eventuals] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.paste] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dependencies.tracing] version = "0.1"