slr_parser 0.0.20

A simple configuration format. This crate contains the parser, see the slr_config crate for a more user-friendly API.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "serde"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"

[[package]]
name = "slr_parser"
version = "0.0.20"
dependencies = [
 "serde",
]