# 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-ruby" version = "0.0.1" authors = ["GitHub "] description = "Stack graphs definition for Ruby using tree-sitter-ruby" readme = "README.md" keywords = [ "tree-sitter", "stack-graphs", "ruby", ] license = "MIT OR Apache-2.0" [lib] path = "rust/lib.rs" test = false [[bin]] name = "tree-sitter-stack-graphs-ruby" 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.tree-sitter-ruby] version = "0.20.0" [dependencies.tree-sitter-stack-graphs] version = "0.6.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.tree-sitter-stack-graphs] version = "0.6.0" features = ["cli"] [features] cli = [ "anyhow", "clap", "tree-sitter-stack-graphs/cli", ]