# 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 = "pepegsitter" version = "0.2.2" authors = ["David Herberth "] build = "build.rs" include = [ "**/*.rs", "Cargo.toml", "sitters/tree-sitter-*/pepegsitter-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/Dav1dde/PepegSitter" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.tree-sitter] version = ">= 0.19, < 0.21" [dependencies.tree-sitter-highlight] version = ">= 0.19, < 0.21" optional = true [dev-dependencies.html-escape] version = "0.2" [dev-dependencies.lazy_static] version = "1" [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", "yaml", "vim", "ts-highlight", ] go = [] haskell = [] html = [] java = [] javascript = [] json = [] lua = [] markdown = [] python = [] rust = [] toml = [] ts-highlight = ["tree-sitter-highlight"] typescript-tsx = [] typescript-typescript = [] vim = [] yaml = []