# 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 = "tree-sitter-wit" version = "0.2.0" authors = ["Michael-F-Bryan "] build = "bindings/rust/build.rs" include = [ "bindings/rust/*", "grammar.js", "queries/*", "src/*", ] autoexamples = false description = "Wit grammar for tree-sitter" readme = "README.md" keywords = [ "incremental", "parsing", "tree-sitter", "wit", ] categories = [ "parsing", "text-editors", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Michael-F-Bryan/wit-lsp.git" [lib] path = "bindings/rust/lib.rs" [dependencies.tree-sitter] version = ">=0.22.2" [dev-dependencies.heck] version = "0.5.0" [dev-dependencies.prettyplease] version = "0.2.16" [dev-dependencies.proc-macro2] version = "1.0.79" [dev-dependencies.quote] version = "1.0.35" [dev-dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.114" [dev-dependencies.syn] version = "2.0.55" [build-dependencies.cc] version = "1.0.87"