Cargo Features

[dependencies]
ouroboros_examples = { version = "0.18.3", default-features = false, features = ["miri", "std", "tokio"] }
default = std

The std feature is set by default whenever ouroboros_examples is added without default-features = false somewhere in the dependency tree.

miri

Disables any tests that are not compatible or not intended to run under Miri

std default

Features from optional dependencies

tokio implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications