Cargo Features

[dependencies]
polly-scheduler = { version = "0.1.5", default-features = false, features = ["nativedb"] }
default = nativedb

The nativedb feature is set by default whenever polly-scheduler is added without default-features = false somewhere in the dependency tree.

nativedb default = itertools, native_db, native_model, once_cell, sysinfo

Affects polly-scheduler::nativedb

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

native_db nativedb
native_model nativedb
once_cell nativedb
itertools nativedb
sysinfo nativedb