# 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" rust-version = "1.74.1" name = "tree-sitter-tags" version = "0.22.6" authors = [ "Max Brunsfeld ", "Patrick Thomson ", ] description = "Library for extracting tag information" homepage = "https://tree-sitter.github.io/tree-sitter" readme = "README.md" keywords = [ "incremental", "parsing", "syntax", "tagging", ] categories = [ "parsing", "text-editors", ] license = "MIT" repository = "https://github.com/tree-sitter/tree-sitter" [lib] crate-type = [ "lib", "staticlib", ] [dependencies.memchr] version = "2.7.2" [dependencies.regex] version = "1.10.4" [dependencies.thiserror] version = "1.0.59" [dependencies.tree-sitter] version = "0.22.6"