# 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.24.4" authors = [ "Max Brunsfeld ", "Patrick Thomson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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] name = "tree_sitter_tags" crate-type = [ "lib", "staticlib", ] path = "src/lib.rs" [dependencies.memchr] version = "2.7.4" [dependencies.regex] version = "1.10.6" [dependencies.streaming-iterator] version = "0.1.9" [dependencies.thiserror] version = "1.0.64" [dependencies.tree-sitter] version = "0.24.4"