# 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 = "nautilus-sockets" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A UDP Socket that listens for events" readme = "README.md" keywords = [ "networking", "udp", "sockets", "network", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/philip727/nautilus-sockets" [lib] name = "nautilus_sockets" path = "src/lib.rs" [[example]] name = "chat_client" path = "examples/chat/chat_client.rs" [[example]] name = "chat_server" path = "examples/chat/chat_server.rs" [[example]] name = "godot_server" path = "examples/godot/godot_server.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.byteorder] version = "1.5.0"