[package]
name = "jsonmap"
version = "0.1.1"
edition = "2018"
license = "GPL-3.0-or-later"
authors = ["wandercn<wander@email.cn>"]
description = "JsonMap for store values of multiple types value in one Map."
homepage = "https://github.com/wandercn/jsonmap"
repository = "https://github.com/wandercn/jsonmap"
keywords = ["hashmap", "jsonmap", "map", "gomap", "json"]
categories = ["api-bindings", "accessibility", "development-tools", "compilers"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }