sectorsync-core 2026.713.0

Core spatial indexing, authority, AOI, and replication planning primitives for SectorSync
Documentation
[package]
name = "sectorsync-core"
version.workspace = true
description = "Core spatial indexing, authority, AOI, and replication planning primitives for SectorSync"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
readme = "../../README.md"
documentation = "https://docs.rs/sectorsync-core"
keywords = ["gamedev", "networking", "replication", "spatial", "middleware"]
categories = ["game-development", "network-programming"]

[lib]
path = "src/lib.rs"

[features]
default = []
simd = ["dep:wide"]

[dependencies]
wide = { workspace = true, optional = true }

[lints]
workspace = true