# 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 = "ts-breeze" version = "1.0.0" description = "A multithreaded tree-sitter parsing library." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/nvim-neorg/ts-breeze" [dependencies.anyhow] version = "1.0.69" [dependencies.neorg-dirman] version = "0.1.0" [dependencies.rusty_pool] version = "0.7.0" [dependencies.tree-sitter] version = "0.20.8" [dev-dependencies.tree-sitter-norg] version = "0.1.1"