# 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] name = "npezza93_tree-sitter-tags" version = "0.21.1" authors = [ "Max Brunsfeld ", "Patrick Thomson ", ] description = "Library for extracting tag information" readme = "README.md" keywords = [ "incremental", "parsing", "syntax", "tagging", ] categories = [ "parsing", "text-editors", ] license-file = "LICENSE" [lib] crate-type = [ "lib", "staticlib", ] [dependencies.memchr] version = "2.7.2" [dependencies.regex] version = "1.10.4" [dependencies.thiserror] version = "1.0.58" [dependencies.tree-sitter] version = ">=0.20"