yamlpath 0.14.0

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

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

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

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_yaml]
version = "0.9"

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

[package]
authors = ["William Woodruff <william@yossarian.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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.14.0"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"