Cargo Features

[dependencies]
ljmrs = { version = "0.2.1", default-features = false, features = ["stream", "lua", "tokio", "dynlink", "staticlink"] }
default = staticlink, stream

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

stream default

Affects stream::LJMStream

lua
tokio

Enables tokio

Affects core::LJMLibrary.library

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 dynlink?