Cargo Features

Fibril has no features set by default.

[dependencies]
fibril = { version = "0.0.8", features = ["fibers", "rt", "serde_json"] }
fibers

Enables corosensei

rt

^ Include support for fibers.

Enables futures, serde, tokio, and tracing

serde_json

^ Include a UDP runtime.

Enables serde_json

Features from optional dependencies

^ This build dependency can be removed once doc_auto_cfg stabilizes.