Cargo Features
NeXosim has no features set by default.
[dependencies]
nexosim = { version = "0.3.2", features = ["server", "tracing", "dev-hooks"] }
- server
-
Enables tokio, tokio-stream, and tonic ^0.12, serde of tai-time and bytes and ciborium
bytes:
Optional dependencies.
and half =2.4.1, prost, prost-types, and serde
half:
The
half
dependency is explicitly listed and pinned to satisfy the rust 1.77 MSRV. To be removed when moving to the 2024 edition.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
…