java2pyi 2.0.2

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.bitflags]
version = "2.11.1"

[dependencies.bumpalo]
version = "3.20.3"
features = ["collections"]

[dependencies.env_logger]
version = "0.11.10"

[dependencies.jvm-class]
version = "0.1.0"

[dependencies.memmap2]
version = "0.9.11"

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

[dependencies.rayon]
version = "1.12.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.zip]
version = "8.6.0"
features = ["deflate"]
default-features = false