Cargo Features

[dependencies]
inputflow = { version = "0.1.0", default-features = false, features = ["std", "plugins"] }
default = plugins, std

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

std default

Enables std of cglue ^0.2.14

plugins default = abi_stable, libloading

Enables abi_stable and layout_checks of cglue ^0.2.14

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.

abi_stable plugins

Enables abi_stable ^0.10

libloading plugins

Enables libloading ^0.7