serde-indexed 0.1.0

Derivation of Serialize and Deserialize that replaces struct keys with numerical indices.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"
[dev-dependencies.heapless]
default-features = false
features = ["serde"]
version = "0.5.6"

[dev-dependencies.serde]
default-features = false
version = "1"

[dev-dependencies.serde_cbor]
default-features = false
version = "0.11.0"

[lib]
proc-macro = true

[package]
authors = ["Nicolas Stalder <n@stalder.io>"]
categories = ["embedded", "encoding", "no-std"]
description = "Derivation of Serialize and Deserialize that replaces struct keys with numerical indices."
edition = "2018"
keywords = ["serde", "cbor", "rust", "no-std"]
license = "Apache-2.0 OR MIT"
name = "serde-indexed"
readme = "README.md"
repository = "https://github.com/nickray/serde-indexed"
version = "0.1.0"