Cargo Features

[dependencies]
protoflow-core = { version = "0.3.0", default-features = false, features = ["all", "rand", "std", "sysml", "tracing", "unstable"] }
default = all, std

These default features are set whenever protoflow-core is added without default-features = false somewhere in the dependency tree.

all default = sysml, tracing
rand

FIXME: , "rand/getrandom"]

Enables getrandom and rand

std default

Enables std and std_rng of optional rand, std of optional sysml-model and optional tracing and std of dogma, futures, prost, prost-types, and optional getrandom

getrandom:

Implement std-only traits for getrandom::Error

Affects transports::MockTransport

sysml all

Enables sysml-model

tracing all

Enables tracing

unstable