# 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 = "2018" name = "tree-sitter-stack-graphs-javascript" version = "0.2.0" authors = ["Beka Valentine "] description = "Stack graphs definition for JavaScript using tree-sitter-javascript" readme = "README.md" keywords = [ "tree-sitter", "stack-graphs", "javascript", ] license = "MIT OR Apache-2.0" [lib] path = "rust/lib.rs" test = false [[bin]] name = "tree-sitter-stack-graphs-javascript" 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" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.stack-graphs] version = "0.14" [dependencies.tree-sitter-graph] version = "0.11.2" [dependencies.tree-sitter-javascript] version = "=0.20.4" [dependencies.tree-sitter-stack-graphs] version = "0.9" [dev-dependencies.anyhow] version = "1.0" [features] cli = [ "anyhow", "clap", "tree-sitter-stack-graphs/cli", ]