# 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 = "syntastica-parsers-git" version = "0.4.1" authors = ["RubixDev "] description = "Collection of tree-sitter parsers for syntastica, fetching with git in the build-script" documentation = "https://rubixdev.github.io/syntastica/syntastica_parsers_git/" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/RubixDev/syntastica" [package.metadata.docs.rs] all-features = true [dependencies.document-features] version = "0.2.7" optional = true [dependencies.once_cell] version = "1.18.0" [dependencies.strum] version = "0.25.0" features = [ "derive", "phf", ] [dependencies.syntastica-core] version = "0.4.1" default-features = false [dependencies.syntastica-macros] version = "0.4.1" [dependencies.syntastica-queries] version = "0.4.1" [build-dependencies.cc] version = "1.0.79" [build-dependencies.rustc_version] version = "0.4.0" optional = true [build-dependencies.syntastica-macros] version = "0.4.1" [build-dependencies.tree-sitter-wasm-build-tool] version = "0.2.0" [features] all = [ "most", "ebnf", "ejs", "erb", "hexdump", "julia", "llvm", "ocaml", "ocaml_interface", "ql", "rush", "verilog", "wat", ] asm = [] bash = [] c = [] c_sharp = [] comment = [] cpp = [] css = [] dart = [] default = ["runtime-c"] diff = [] docs = [ "dep:document-features", "dep:rustc_version", ] ebnf = [] ejs = [] erb = [] go = [] haskell = [] hexdump = [] html = [] java = [] javascript = [] jsdoc = [] json = [] json5 = [] jsonc = [] julia = [] latex = [] llvm = [] lua = [] markdown = [] markdown_inline = [] most = [ "some", "asm", "c_sharp", "comment", "dart", "diff", "haskell", "jsdoc", "json5", "jsonc", "latex", "markdown", "markdown_inline", "php", "regex", "ruby", "scala", "scss", ] ocaml = [] ocaml_interface = [] php = [] python = [] ql = [] regex = [] ruby = [] runtime-c = ["syntastica-core/runtime-c"] runtime-c2rust = ["syntastica-core/runtime-c2rust"] rush = [] rust = [] scala = [] scss = [] some = [ "bash", "c", "cpp", "css", "go", "html", "java", "javascript", "json", "lua", "python", "rust", "toml", "tsx", "typescript", "yaml", ] toml = [] tsx = [] typescript = [] verilog = [] wat = [] yaml = []