java-lang 0.3.0

A Java AST parser in Rust, syn-style API for Java 25 (JLS SE 25)
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 = "java-lang"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Java AST parser in Rust, syn-style API for Java 25 (JLS SE 25)"
readme = "README.md"
keywords = [
    "java",
    "parser",
    "ast",
    "jls",
    "java25",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mzdk100/java-lang"

[features]
default = []
full = []

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

[[example]]
name = "hello"
path = "examples/hello.rs"

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

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

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

[dependencies.thiserror]
version = "2"

[dependencies.unicode-xid]
version = "0.2"

[dev-dependencies.prettyplease]
version = "0.2"

[dev-dependencies.walkdir]
version = "2"