Cargo Features

[dependencies]
ofps = { version = "0.1.0", default-features = false, features = ["plugins", "serde"] }
default = plugins, serde

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

plugins default = cglue, goblin, libloading

Affects ofps::plugins

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.

libloading plugins

Enables libloading ^0.7.2

cglue plugins
goblin plugins

Enables goblin ^0.4

serde default