[package] name = "oxygengine-network" version = "0.46.1" authors = ["Patryk 'PsichiX' Budzynski "] edition = "2021" description = "Network module for Oxygengine" license = "MIT OR Apache-2.0" homepage = "https://github.com/PsichiX/oxygengine" repository = "https://github.com/PsichiX/oxygengine" documentation = "https://docs.rs/oxygengine-network" readme = "../../README.md" [features] web = ["oxygengine-core/web"] parallel = ["oxygengine-core/parallel"] scalar64 = ["oxygengine-core/scalar64"] [dependencies] oxygengine-core = { version = "0.46", path = "../core" }