microserde 0.2.0

Zero-dependency implementation of Serde
Documentation
[package]
name = "microserde"
version = "0.2.0"
authors = ["David Tolnay <dtolnay@gmail.com>", "Alexis Sellier <self@cloudhead.io>"]
license = "MIT OR Apache-2.0"
description = "Zero-dependency implementation of Serde"
repository = "https://github.com/cloudhead/microserde"
documentation = "https://docs.rs/microserde"
readme = "README.md"
edition = "2021"

[dependencies]
microserde-derive = { version = "=0.2.0", path = "derive" }

[dev-dependencies]
automod = "1.0"

[workspace]
members = ["derive"]

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = ["std"]
std = []