java2pyi 0.1.0

Java source to Python stubs for mypy/pyright
# 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 = "java2pyi"
version = "0.1.0"
build = false
exclude = ["java-ast-parser/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Java source to Python stubs for mypy/pyright"
readme = "README.md"
keywords = [
    "java",
    "ast",
    "parser",
    "codegen",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/n08i40k/java2pyi"

[[bin]]
name = "java2pyi"
path = "src/main.rs"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.java-ast-parser]
version = "0.1.0"

[dependencies.lalrpop-util]
version = "0.22.2"

[dependencies.log]
version = "0.4.29"

[dependencies.orx-tree]
version = "2.2.0"