# 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 = "emmapack" version = "0.0.3" authors = [""] description = "Traits for sending and receiving packets" readme = "Readme.md" license = "MIT" repository = "https://github.com/lukas0008/emmapack" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0.203" [dependencies.tokio] version = "1.38.0" features = ["io-util"] optional = true default-features = false [features] default = ["tokio"] tokio = ["dep:tokio"]