nanoserde-derive 0.1.22

Fork of makepad-tinyserde derive without any external dependencies
Documentation
[package]
name = "nanoserde-derive"
version = "0.1.22"
authors = ["Makepad <info@makepad.nl>", "Fedor <not.fl3@gmail.com>"]
edition = "2018"
description = "Fork of makepad-tinyserde derive without any external dependencies"
license = "MIT"

[lib]
proc-macro = true

[features]
default = []
no_std = ["dep:hashbrown"]

[dependencies]
hashbrown = { version = "0.12.3", optional = true }