# serde-automerge [![Actions Status](https://github.com/Traverse-Research/serde-automerge/actions/workflows/ci.yml/badge.svg)](https://github.com/Traverse-Research/serde-automerge/actions) [![Latest version](https://img.shields.io/crates/v/serde-automerge.svg?logo=rust)](https://crates.io/crates/serde-automerge) [![Documentation](https://docs.rs/serde-automerge/badge.svg)](https://docs.rs/serde-automerge) [![Lines of code](https://tokei.rs/b1/github/Traverse-Research/serde-automerge)](https://github.com/Traverse-Research/serde-automerge) ![MIT](https://img.shields.io/badge/license-MIT-blue.svg) [![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4%20adopted-ff69b4.svg)](./CODE_OF_CONDUCT.md) [![Banner](banner.png)](https://traverseresearch.nl) (De)serialize `serde` objects from or into `automerge` transactions. ## Usage Add this to your Cargo.toml: ```toml [dependencies] serde-automerge = "0.1.0" ```