inline_java 0.1.0

Embed Java directly in Rust — evaluated at program runtime or at compile time
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 = "inline_java"
version = "0.1.0"
authors = ["Carlo Dell'Acqua <carlo.dellacqua97@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed Java directly in Rust — evaluated at program runtime or at compile time"
homepage = "https://github.com/cdellacqua/inline_java.rs"
readme = "README.md"
keywords = [
    "java",
    "jvm",
    "macro",
    "interop",
    "ffi",
]
categories = [
    "development-tools::ffi",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/cdellacqua/inline_java.rs"
resolver = "2"

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

[[test]]
name = "flags"
path = "tests/flags.rs"

[[test]]
name = "input_args"
path = "tests/input_args.rs"

[[test]]
name = "nested_generics"
path = "tests/nested_generics.rs"

[[test]]
name = "return_types"
path = "tests/return_types.rs"

[dependencies.inline_java_core]
version = "0.1.0"

[dependencies.inline_java_macros]
version = "0.1.0"