[dependencies.lighty-core]
version = "0.8.6"
[dependencies.lighty-event]
optional = true
version = "0.8.6"
[dependencies.path-absolutize]
version = "3.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "fs", "io-util", "process", "sync", "time"]
version = "1.48"
[dependencies.tracing]
features = ["log"]
optional = true
version = "0.1"
[features]
events = ["lighty-event", "lighty-core/events"]
[lib]
name = "lighty_java"
path = "src/lib.rs"
[package]
authors = ["Hamadi <dev.hamadipro@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Java runtime management for Lighty Launcher"
documentation = "https://docs.rs/lighty-launcher"
edition = "2021"
homepage = "https://github.com/Lighty-Launcher/LightyLauncherLib"
license = "MIT"
name = "lighty-java"
readme = "README.md"
repository = "https://github.com/Lighty-Launcher/LightyLauncherLib"
rust-version = "1.75"
version = "0.8.6"