Cargo Features
[dependencies]
duchess = { version = "0.3.0", default-features = false, features = ["dylibjvm", "jni_1_6", "jni_1_8"] }
- default = dylibjvm
-
The
dylibjvm
feature is set by default wheneverduchess
is added without
somewhere in the dependency tree.default-features = false - dylibjvm default = java-locator, libloading
- jni_1_6
- jni_1_8
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.