# 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 = "rs-tree-sitter-languages" version = "0.0.2" build = "build.rs" include = [ "**/*.rs", "Cargo.toml", "sitters/tree-sitter-*/treesitter-language-version", "sitters/tree-sitter-*/*.js", "sitters/tree-sitter-*/queries/*.scm", "sitters/tree-sitter-*/**/*.c", "sitters/tree-sitter-*/**/*.h", "sitters/tree-sitter-*/**/*.cc", "sitters/tree-sitter-*/**/node-types.json", ] description = "Collection of Tree-Sitter parsers" readme = "README.md" license = "MIT" repository = "https://github.com/fastrepl/rs-tree-sitter-languages" [dependencies.tree-sitter] version = "0.22.5" [build-dependencies.cc] version = "1" [features] bash = [] c = [] cpp = [] css = [] d = [] default = [ "bash", "c", "cpp", "css", "d", "go", "haskell", "html", "java", "javascript", "json", "lua", "markdown", "python", "rust", "toml", "typescript-tsx", "typescript-typescript", "vim", "yaml", "elixir", "erlang", "perl", "ruby", ] elixir = [] erlang = [] go = [] haskell = [] html = [] java = [] javascript = [] json = [] lua = [] markdown = [] perl = [] python = [] ruby = [] rust = [] toml = [] typescript-tsx = [] typescript-typescript = [] vim = [] yaml = []