javac 0.1.0

A build-time dependency for Cargo build scripts and unit tests to assist in invoking the native Java compiler to compile Java source files into class files.
Documentation
[dependencies.thiserror]
version = "2"

[dependencies.which]
version = "8"

[dev-dependencies.cafebabe]
version = "0.9"

[dev-dependencies.encoding_rs]
version = "0.8.35"

[dev-dependencies.rusty-fork]
version = "0.3.0"

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

[package]
authors = ["jni team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::build-utils"]
description = """
A build-time dependency for Cargo build scripts and unit tests to assist in
invoking the native Java compiler to compile Java source files into class files.
"""
documentation = "https://docs.rs/javac"
edition = "2024"
include = ["src/**/*.rs"]
keywords = ["build-dependencies", "java"]
license = "MIT OR Apache-2.0"
name = "javac"
readme = "README.md"
repository = "https://github.com/jni-rs/jni-rs"
resolver = "1"
rust-version = "1.85.0"
version = "0.1.0"