2024-09-27 16:28:50 -04:00
|
|
|
[package]
|
|
|
|
|
name = "tree-sitter-generate"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
description = "Library for generating C source code from a tree-sitter grammar"
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
homepage.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
keywords.workspace = true
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
|
2024-10-06 13:42:14 -04:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2024-09-27 16:28:50 -04:00
|
|
|
[dependencies]
|
|
|
|
|
anyhow.workspace = true
|
|
|
|
|
heck.workspace = true
|
|
|
|
|
indexmap.workspace = true
|
|
|
|
|
indoc.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
regex.workspace = true
|
|
|
|
|
regex-syntax.workspace = true
|
|
|
|
|
rustc-hash.workspace = true
|
|
|
|
|
semver.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
smallbitvec.workspace = true
|
2024-12-24 19:16:19 -05:00
|
|
|
thiserror.workspace = true
|
2025-03-11 17:21:33 -04:00
|
|
|
topological-sort.workspace = true
|
2024-09-27 16:28:50 -04:00
|
|
|
|
|
|
|
|
tree-sitter.workspace = true
|
2025-04-28 03:40:56 -04:00
|
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
2025-05-17 16:19:21 -07:00
|
|
|
url.workspace = true
|