yamlpath 0.4.0

Format-preserving YAML feature extraction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "yamlpath"
version = "0.4.0"
description = "Format-preserving YAML feature extraction"
authors = ["William Woodruff <william@yossarian.net>"]
repository = "https://github.com/woodruffw/yamlpath"
readme = "../README.md"
keywords = ["yaml"]
edition = "2021"
license = "MIT"

[dependencies]
thiserror = "1.0.63"
tree-sitter = "0.23.0"
tree-sitter-yaml = "0.6.1"