Cargo Features
jvmti-bindings has no features set by default.
[dependencies]
jvmti-bindings = { version = "2.1.0", features = ["advanced", "heap-graph", "bench-tools", "embed"] }
- advanced heap-graph?
-
Affects
jvmti-bindings::advanced… - heap-graph = advanced
-
Affects
advanced::heap_graph… - bench-tools = zip
-
Required by the jar_parse_bench binary
- embed = libloading
-
Affects
jvmti-bindings::embed…
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.
- zip bench-tools?
-
Enables zip ^0.6
No external dependencies by default - all JNI/JVMTI bindings are internal
- libloading embed?
-
Enables libloading ^0.8