fyaml 0.2.0

Safe Rust bindings for libfyaml YAML parser with DOM navigation, path queries, and serde-compatible Value type
Documentation
[dependencies.fyaml-sys]
version = "0.1"

[dependencies.indexmap]
features = ["serde"]
version = "2.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dev-dependencies.indoc]
version = "2"

[dev-dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Valentin Lab <valentin.lab@kalysto.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "encoding"]
description = "Safe Rust bindings for libfyaml YAML parser with DOM navigation, path queries, and serde-compatible Value type"
documentation = "https://docs.rs/fyaml"
edition = "2021"
exclude = ["README.org", ".package.d/", "autogen.sh"]
keywords = ["yaml", "parser", "libfyaml", "serde", "dom"]
license = "MIT"
name = "fyaml"
readme = "README.md"
repository = "https://github.com/0k/fyaml"
rust-version = "1.63"
version = "0.2.0"

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