[package]
name = "lighty-java"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
description = "Java runtime management for Lighty Launcher"
[dependencies]
lighty-core = { workspace = true }
lighty-event = { workspace = true, optional = true }
tokio.workspace = true
serde.workspace = true
thiserror.workspace = true
tracing = { workspace = true, optional = true }
path-absolutize.workspace = true
[features]
events = ["lighty-event", "lighty-core/events"]