marked-yaml 0.5.2

A simplified YAML structure with provenance spans
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.doc-comment]
version = "0.3"

[dependencies.hashlink]
version = "0.9.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.194"

[dependencies.serde_path_to_error]
optional = true
version = "0.1.16"

[dependencies.yaml-rust]
package = "yaml-rust2"
version = "0.8"

[features]
default = []
serde = ["dep:serde"]
serde-path = ["serde", "dep:serde_path_to_error"]

[package]
authors = ["Daniel Silverstone <dsilvers@digital-scurf.org>"]
categories = ["data-structures", "encoding", "parsing"]
description = "A simplified YAML structure with provenance spans"
edition = "2021"
homepage = "https://github.com/kinnison/marked-yaml/"
keywords = ["yaml", "provenance"]
license = "MIT"
name = "marked-yaml"
readme = "README.md"
repository = "https://github.com/kinnison/marked-yaml.git"
version = "0.5.2"
[package.metadata.docs.rs]
all-features = true