# 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 = "2021" name = "tree-sitter-stack-graphs-java" version = "0.4.0" authors = [ "Beka Valentine ", "Douglas Creager ", "GitHub ", "Hendrik van Antwerpen ", "Nina Kaufman ", "Rob Rix ", ] description = "Stack graphs for the Java programming language" homepage = "https://github.com/github/stack-graphs/tree/main/languages/tree-sitter-stack-graphs-java" readme = "README.md" keywords = [ "tree-sitter", "stack-graphs", "java", ] license = "MIT OR Apache-2.0" repository = "https://github.com/github/stack-graphs" resolver = "1" [lib] path = "rust/lib.rs" test = false [[bin]] name = "tree-sitter-stack-graphs-java" path = "rust/bin.rs" required-features = ["cli"] [[test]] name = "test" path = "rust/test.rs" harness = false [dependencies.anyhow] version = "1.0" optional = true [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.tree-sitter-java] version = "=0.20.2" [dependencies.tree-sitter-stack-graphs] version = "0.9" [dev-dependencies.anyhow] version = "1.0" [features] cli = [ "anyhow", "clap", "tree-sitter-stack-graphs/cli", ]