[package]
name = "tiny-serde"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "A tiny library to serialize and deserialize to/from JSON"
repository = "https://gitlab.com/crat1985/tiny-serde"
keywords = ["serde", "encoding", "parsing"]
categories = ["encoding","parsing"]
[dependencies]
tiny-serde-derive = { version = "0.1.1", path = "./tiny-serde-derive" }