inline_java_core 0.1.0

Runtime support crate for inline_java — not intended for direct use
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_core"
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 = "Runtime support crate for inline_java — not intended for direct use"
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_core"
path = "src/lib.rs"

[dependencies.dirs]
version = "6.0.0"

[dependencies.fd-lock]
version = "4.0.4"

[dependencies.shellexpand]
version = "3.1.2"

[dependencies.thiserror]
version = "2.0.18"