tsu 0.1.1

Toml encoding and decoding utilities,parse to toml
Documentation
[package]
name = "tsu"
version = "0.1.1"
edition = "2021"
authors = ["Andrew Ryan <dnrops@outlook.com>"]
description = "Toml encoding and decoding utilities,parse to toml"
readme = "README.md"
keywords = ["toml", "parser", "encoding", "decoding"]
categories = [
"encoding",
"config",
"parser-implementations",
"parsing"
]
license = "MIT"
documentation = "https://docs.rs/tsu/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
toml = "0.5.9"
serde = "1.0.137"
serde_derive = "1.0.137"