[package]
name = "java-manager"
version = "0.2.0"
edition = "2024"
description = "A Rust library for managing and locating Java installations"
license = "MIT OR Apache-2.0"
keywords = ["java", "locator", "manager", "jvm"]
categories = ["development-tools"]
authors = ["TaimWay <taimway@gmail.com>"]
repository = "https://github.com/TaimWay/java-manager"
documentation = "https://docs.rs/java-manager"
readme = "Readme.md"
[dependencies]
glob = "0.3.3"
is_executable = "1.0.5"
shell-words = "1.1.1"
[dev-dependencies]
tempfile = "3.3"
[target.'cfg(target_os = "windows")'.dependencies]
everything-sdk = "0.0.6"
winreg = "0.55.0"
windows = { version = "0.62.2", features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging"] }
[target.'cfg(target_os = "linux")'.dependencies]
walkdir = "2"