yamlpath 0.3.0

Format-preserving YAML feature extraction
Documentation
[dependencies.thiserror]
version = "1.0.63"

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

[dependencies.tree-sitter-yaml]
version = "0.6.1"

[lib]
name = "yamlpath"
path = "src/lib.rs"

[package]
authors = ["William Woodruff <william@yossarian.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Format-preserving YAML feature extraction"
edition = "2021"
keywords = ["yaml"]
license = "MIT"
name = "yamlpath"
readme = "README.md"
repository = "https://github.com/woodruffw/yamlpath"
version = "0.3.0"