sectorsync-runtime 2026.713.0

Bounded runtime bridges, load sampling, barriers, and migration orchestration for SectorSync
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-runtime"
version = "2026.713.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded runtime bridges, load sampling, barriers, and migration orchestration for SectorSync"
documentation = "https://docs.rs/sectorsync-runtime"
readme = "README.md"
keywords = [
    "gamedev",
    "networking",
    "replication",
    "runtime",
    "middleware",
]
categories = [
    "game-development",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/4fuu/SectorSync"

[features]
default = []
parallel = ["dep:rayon"]

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

[dependencies.rayon]
version = "1.12.0"
optional = true

[dependencies.sectorsync-core]
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"