# 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-generate" version = "0.24.4" authors = ["Max Brunsfeld "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for generating C source code from a tree-sitter grammar" homepage = "https://tree-sitter.github.io/tree-sitter" readme = "README.md" keywords = [ "incremental", "parsing", ] categories = [ "command-line-utilities", "parsing", ] license = "MIT" repository = "https://github.com/tree-sitter/tree-sitter" [lib] name = "tree_sitter_generate" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.heck] version = "0.5.0" [dependencies.indexmap] version = "2.5.0" [dependencies.indoc] version = "2.0.5" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" features = ["std"] [dependencies.regex] version = "1.10.6" [dependencies.regex-syntax] version = "0.8.4" [dependencies.rustc-hash] version = "2.0.0" [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" features = ["preserve_order"] [dependencies.smallbitvec] version = "2.5.3" [dependencies.tree-sitter] version = "0.24.4" [dependencies.url] version = "2.5.2" features = ["serde"]