# 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-graph" version = "0.11.3" authors = ["Douglas Creager "] description = "Construct graphs from parsed source code" homepage = "https://github.com/tree-sitter/tree-sitter-graph/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tree-sitter/tree-sitter-graph/" [lib] test = false [[bin]] name = "tree-sitter-graph" required-features = ["cli"] [dependencies.anyhow] version = "1.0" optional = true [dependencies.clap] version = "3.2" optional = true [dependencies.colored] version = "2" optional = true [dependencies.env_logger] version = "0.9" optional = true [dependencies.log] version = "0.4" [dependencies.regex] version = "1.3.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.smallvec] version = "1.6" features = ["union"] [dependencies.string-interner] version = "0.12" features = [ "std", "inline-more", "backends", ] default-features = false [dependencies.thiserror] version = "1.0.7" [dependencies.tree-sitter] version = "0.20.3" [dependencies.tree-sitter-config] version = "0.19" optional = true [dependencies.tree-sitter-loader] version = "0.20" optional = true [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.tree-sitter-python] version = "0.20" [features] cli = [ "anyhow", "clap", "env_logger", "term-colors", "tree-sitter-config", "tree-sitter-loader", ] term-colors = ["colored"]