[[bench]]
harness = false
name = "serialization"
path = "benches/serialization.rs"
[dependencies.ahash]
version = "0.8"
[dependencies.async-trait]
optional = true
version = "0.1"
[dependencies.bincode]
version = "1.3"
[dependencies.bytes]
version = "1.0"
[dependencies.futures-util]
optional = true
version = "0.3"
[dependencies.rmp-serde]
version = "1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.0"
[dependencies.tokio-tungstenite]
optional = true
version = "0.21"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1.0"
[features]
async = ["tokio", "async-trait"]
default = []
ipc = ["async"]
websocket = ["async", "tokio-tungstenite", "futures-util"]
[lib]
name = "tx2_link"
path = "src/lib.rs"
[package]
authors = ["TX-2 Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "game-development", "encoding"]
description = "Binary protocol for syncing ECS worlds with field-level delta compression"
documentation = "https://docs.rs/tx2-link"
edition = "2021"
homepage = "https://github.com/IreGaddr/tx2-link"
keywords = ["ecs", "sync", "protocol", "delta", "compression"]
license = "MIT"
name = "tx2-link"
readme = "README.md"
repository = "https://github.com/IreGaddr/tx2-link"
version = "0.1.1"