[dependencies.yaml-rust]
version = "0.4.5"
[lib]
name = "specimen__yaml"
path = "yaml.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A modified version of yaml-rust to keep line and column numbers in the parsed data."
edition = "2021"
homepage = "https://github.com/ditrit/specimen"
license = "MPL-2.0"
name = "specimen__yaml"
readme = "README.md"
repository = "https://github.com/ditrit/specimen"
version = "0.1.0"