# 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-client" version = "0.21.0" authors = ["connorcarpenter "] description = "Library to faciliate naia_client & 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-client] version = "0.21" [dependencies.naia-hecs-shared] version = "0.21" [features] mquad = [ "naia-client/mquad", "naia-hecs-shared/mquad", ] transport_udp = ["naia-client/transport_udp"] transport_webrtc = ["naia-client/transport_webrtc"] wbindgen = [ "naia-client/wbindgen", "naia-hecs-shared/wbindgen", ] [badges.maintenance] status = "actively-developed"