# 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 = "naia-hecs-server" version = "0.21.0" authors = ["connorcarpenter "] description = "Library to faciliate naia_server & Hecs interop" homepage = "https://github.com/naia-lib/naia" keywords = [ "wasm", "webrtc", "udp", "networking", "gamedev", ] categories = [ "network-programming", "game-development", "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/naia-lib/naia" [dependencies.hecs] version = "0.10" [dependencies.naia-hecs-shared] version = "0.21" [dependencies.naia-server] version = "0.21" [features] transport_udp = ["naia-server/transport_udp"] transport_webrtc = ["naia-server/transport_webrtc"] [badges.maintenance] status = "actively-developed"