stoml 0.1.0

Standalone TOML parsing library
Documentation
[[example]]
name = "toml_test_decoder"
path = "examples/toml_test_decoder.rs"

[lib]
name = "stoml"
path = "src/lib.rs"

[package]
authors = ["parazyd <parazyd@dyne.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Standalone TOML parsing library"
edition = "2024"
license = "GPL-3.0-only"
name = "stoml"
readme = "README.md"
version = "0.1.0"