Cargo Features
java-manager has no features set by default.
[dependencies]
java-manager = { version = "0.1.0", features = ["locate-jdk-only", "build-binary", "debug-logging", "json-output", "yaml-output"] }
- locate-jdk-only
-
Feature: Only locate JDK installations (skip JRE)
- build-binary
-
Feature: Build binary executable
- debug-logging
-
Feature: Enable additional debug logging
- json-output
-
Feature: Enable JSON output support
- yaml-output
-
Feature: Enable YAML output support