# 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 = "bevy_matchbox_nostr" version = "0.6.4" authors = [ "Johan Helsing ", "Garry O'Donnell ", ] description = "A Bevy extension for Matchbox WebRtc networking" homepage = "https://github.com/stum0/matchbox_nostr" readme = "README.md" keywords = [ "bevy", "webrtc", "peer-to-peer", "networking", "wasm", ] categories = [ "network-programming", "game-development", "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stum0/matchbox_nostr" [dependencies.bevy] version = "0.10" default-features = false [dependencies.matchbox_socket_nostr] version = "0.6.2" [dependencies.nostr] version = "0.21.0" [features] ggrs = ["matchbox_socket_nostr/ggrs"]