graphy-parser 1.0.0

Tree-sitter parsing and dynamic grammar loading for graphy
Documentation
# 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 = "graphy-parser"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter parsing and dynamic grammar loading for graphy"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rosshhun/graphy"

[lib]
name = "graphy_parser"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.dirs]
version = "5"

[dependencies.graphy-core]
version = "1.0.0"

[dependencies.libloading]
version = "0.8"

[dependencies.rayon]
version = "1"

[dependencies.streaming-iterator]
version = "0.1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tree-sitter]
version = "0.24"

[dependencies.tree-sitter-javascript]
version = "0.23"

[dependencies.tree-sitter-python]
version = "0.23"

[dependencies.tree-sitter-rust]
version = "0.23"

[dependencies.tree-sitter-svelte-ng]
version = "1"

[dependencies.tree-sitter-typescript]
version = "0.23"