Cargo Features

[dependencies]
dlopen2 = { version = "0.7.0", default-features = false, features = ["wrapper", "symbor", "derive", "doc_cfg"] }
default = derive, symbor, wrapper

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

wrapper default

Affects dlopen2::wrapper

symbor default

Affects dlopen2::symbor

derive default = dlopen2_derive
doc_cfg

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.

dlopen2_derive derive