# 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 = "ownserver_lib" version = "0.6.0" authors = ["Kumassy "] description = "Expose your local game server to the Internet" homepage = "https://github.com/Kumassy/ownserver" readme = "README.md" keywords = [ "network", "networking", "game", "minecraft", ] categories = [ "network-programming", "web-programming::websocket", "games", ] license = "MIT" repository = "https://github.com/Kumassy/ownserver" resolver = "1" [dependencies.base64] version = "0.13" [dependencies.rand] version = "0.8" [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.uuid] version = "1.1" features = [ "v4", "serde", ]