2024-02-23 14:12:58 -08:00
|
|
|
[package]
|
|
|
|
|
name = "tree-sitter-language"
|
|
|
|
|
description = "The tree-sitter Language type, used by the library and by language implementations"
|
2025-09-22 12:54:15 -07:00
|
|
|
version = "0.1.5"
|
2024-02-23 14:12:58 -08:00
|
|
|
authors.workspace = true
|
|
|
|
|
edition.workspace = true
|
2025-09-13 05:36:32 -04:00
|
|
|
rust-version = "1.77"
|
2024-10-06 01:36:44 -04:00
|
|
|
readme = "README.md"
|
2024-02-23 14:12:58 -08:00
|
|
|
homepage.workspace = true
|
|
|
|
|
repository.workspace = true
|
2025-07-11 13:02:35 -07:00
|
|
|
documentation = "https://docs.rs/tree-sitter-language"
|
2024-02-23 14:12:58 -08:00
|
|
|
license.workspace = true
|
|
|
|
|
keywords.workspace = true
|
2024-10-06 01:36:44 -04:00
|
|
|
categories = ["api-bindings", "development-tools::ffi", "parsing"]
|
2024-02-23 14:12:58 -08:00
|
|
|
|
2025-09-13 05:36:32 -04:00
|
|
|
build = "build.rs"
|
|
|
|
|
links = "tree-sitter-language"
|
|
|
|
|
|
2024-10-06 13:42:14 -04:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2024-02-23 14:12:58 -08:00
|
|
|
[lib]
|
2025-06-06 14:25:37 -07:00
|
|
|
path = "src/language.rs"
|