sectorsync 2026.713.0

Fast-by-default facade for the SectorSync spatial replication middleware
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "sectorsync"
version = "2026.713.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast-by-default facade for the SectorSync spatial replication middleware"
documentation = "https://docs.rs/sectorsync"
readme = "README.md"
keywords = [
    "gamedev",
    "networking",
    "replication",
    "spatial",
    "middleware",
]
categories = [
    "game-development",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/4fuu/SectorSync"

[features]
default = []
parallel = ["sectorsync-runtime/parallel"]
simd = ["sectorsync-core/simd"]

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

[[example]]
name = "maintenance_flow"
path = "examples/maintenance_flow.rs"

[[example]]
name = "quick_start"
path = "examples/quick_start.rs"

[[example]]
name = "replication_flow"
path = "examples/replication_flow.rs"

[dependencies.sectorsync-core]
version = "=2026.713.0"

[dependencies.sectorsync-runtime]
version = "=2026.713.0"

[dependencies.sectorsync-transport]
version = "=2026.713.0"

[dependencies.sectorsync-wire]
version = "=2026.713.0"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"