[[example]]
name = "config"
path = "examples/config.rs"
[lib]
name = "yes_parser"
path = "src/lib.rs"
[package]
authors = ["TheMaverickProgrammer"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "game-development", "parsing"]
description = "Your Extensible Script standard parser reads so you can write!"
edition = "2021"
homepage = "https://github.com/TheMaverickProgrammer/rust_yes_parser"
keywords = ["parser", "simple", "script", "reader", "customize"]
license-file = "LICENSE"
name = "yes_parser"
readme = "README.md"
repository = "https://github.com/TheMaverickProgrammer/rust_yes_parser"
version = "1.0.3"