File: Cargo.toml

package info (click to toggle)
rust-tree-sitter-loader 0.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 132 kB
  • sloc: makefile: 4
file content (56 lines) | stat: -rw-r--r-- 1,385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# 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 = "2018"
name = "tree-sitter-loader"
version = "0.20.0"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
description = "Locates, builds, and loads tree-sitter grammars at runtime"
readme = "README.md"
keywords = ["incremental", "parsing"]
categories = ["command-line-utilities", "parsing"]
license = "MIT"
repository = "https://github.com/tree-sitter/tree-sitter"
[dependencies.anyhow]
version = "1.0"

[dependencies.cc]
version = "^1.0.58"

[dependencies.dirs]
version = ">= 3.0, < 5.0"

[dependencies.libloading]
version = "0.7"

[dependencies.once_cell]
version = "1.7"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0.130"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.tree-sitter]
version = "0.20"

[dependencies.tree-sitter-highlight]
version = "0.20"

[dependencies.tree-sitter-tags]
version = "0.20"