Cargo Features

NeXosim has no features set by default.

[dependencies]
nexosim = { version = "0.3.1", features = ["server", "tracing", "dev-hooks"] }
server

Enables tokio, tokio-stream, and tonic, serde of tai-time and bytes, ciborium, prost, prost-types, and serde

bytes:

Optional dependencies.

Affects nexosim::registry, nexosim::server

tracing

Enables tracing and tracing-subscriber

Affects nexosim::tracing

dev-hooks

DEVELOPMENT ONLY: API-unstable public exports meant for external test/benchmarking.

Affects nexosim::dev_hooks