Cargo Features

[dependencies]
stabby = { version = "4.0.5", default-features = false, features = ["std", "libloading", "libc"] }
default = libc, std

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

std default libloading? = libc
libloading = std

Enables libloading

Affects stabby::libloading

libc default std

Enables libc of stabby-abi