java-manager 0.1.0

A Rust library for managing and locating Java installations
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "java-manager"
version = "0.1.0"
authors = ["TaimWay <taimway@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for managing and locating Java installations"
documentation = "https://docs.rs/java-manager"
readme = "Readme.md"
keywords = [
    "java",
    "locator",
    "manager",
    "jvm",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/TaimWay/java-manager"

[features]
build-binary = []
debug-logging = []
json-output = []
locate-jdk-only = []
yaml-output = []

[lib]
name = "java_manager"
path = "src/lib.rs"

[dependencies.glob]
version = "0.3.3"

[dev-dependencies.tempfile]
version = "3.3"

[profile.dev]
opt-level = 0
debug = 2

[profile.release]
opt-level = 3
lto = true
codegen-units = 1

[profile.test]
opt-level = 0
debug = 2