yaml-peg 0.2.0

A YAML 1.2 parser using LALR algorithm with PEG atoms.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "linked-hash-map"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"

[[package]]
name = "yaml-peg"
version = "0.2.0"
dependencies = [
 "linked-hash-map",
]