Cargo Features

NeXosim has no features set by default.

[dependencies]
nexosim = { version = "0.3.0-beta.0", features = ["grpc", "tracing", "dev-hooks"] }
grpc

gRPC service.

Enables bytes, ciborium, prost, prost-types, serde, tokio, and tonic

bytes:

Optional dependencies.

Affects nexosim::grpc, nexosim::registry

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