[lib]
name = "prop_reader"
path = "src/lib.rs"
[package]
authors = ["Luther Schallot <l.schallot@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = "Library for reading yaml based property files."
edition = "2024"
keywords = ["application", "properties", "yaml", "json"]
license = "MIT"
name = "prop_reader"
readme = "README.md"
repository = "https://github.com/LSchallot/prop_reader"
rust-version = "1.88"
version = "0.1.0"
[[test]]
name = "main_test"
path = "tests/main_test.rs"