# 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 = "protocol_v3" version = "0.1.5" description = "MMOSG Protocol version 3 - an extensible websocket protocol for online games" license = "Unlicense" [dependencies.base64] version = "0.21.3" [dependencies.hex] version = "0.4.3" [dependencies.protocol_v3_macro] version = "0.1.2" [dependencies.sha1_smol] version = "1.0.0" features = ["std"] [dependencies.tokio] version = "1.32.0" features = ["full"]