# 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-shared" version = "0.21.0" authors = ["connorcarpenter "] description = "Library to faciliate naia & Hecs interop, functionality shared by client & server versions" 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-shared] version = "0.21" [features] mquad = ["naia-shared/mquad"] wbindgen = ["naia-shared/wbindgen"] [badges.maintenance] status = "actively-developed"