tree-sitter-stack-graphs-java 0.2.0

Stack graphs for the Java programming language
Documentation
[package]
name = "tree-sitter-stack-graphs-java"
version = "0.2.0"
description = "Stack graphs for the Java programming language"

homepage = "https://github.com/github/stack-graphs/tree/main/stack-graphs/languages/tree-sitter-stack-graphs-java"
repository = "https://github.com/github/stack-graphs"
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"

authors = [
  "Beka Valentine <bekavalentine@github.com>",
  "Douglas Creager <dcreager@dcreager.net>",
  "GitHub <opensource+stack-graphs@github.com>",
  "Hendrik van Antwerpen <hendrikvanantwerpen@github.com>",
  "Nina Kaufman <rnkaufman@github.com>",
  "Rob Rix <robrix@github.com>",
]

keywords = ["tree-sitter", "stack-graphs", "java"]

[[bin]]
name = "tree-sitter-stack-graphs-java"
path = "rust/bin.rs"

[lib]
path = "rust/lib.rs"
test = false

[[test]]
name = "test"
path = "rust/test.rs"
harness = false # need to provide own main function to handle running tests

[dependencies]
anyhow = "1.0"
clap = "3"
tree-sitter-stack-graphs = { version = "~0.6.0", path = "../../tree-sitter-stack-graphs", features=["cli"] }
tree-sitter-java = { version = "~0.20.0" }