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
somewhere in the dependency tree.default-features = false - stream default
-
Affects
stream::LJMStream
… - lua
- tokio
-
Enables tokio
- dynlink = libloading
-
Affects
core::LJMLibrary.library
… - staticlink default
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.