[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
[features]
serialize-impl = []
[lib]
proc-macro = true
[package]
authors = ["Jim Holmström <jim.holmstroem@gmail.com>", "Johan Gardell <736172+gardell@users.noreply.github.com>"]
categories = ["algorithms", "data-structures"]
description = "Finds the difference between two instances of any data structure. Supports derive on structs and enums."
documentation = "https://docs.rs/diffus-derive"
edition = "2018"
homepage = "https://github.com/distil/diffus"
keywords = ["algorithm", "diff", "difference", "data", "data-structure"]
license = "Apache-2.0"
name = "diffus-derive"
publish = ["crates-io"]
readme = "../README.md"
repository = "https://github.com/distil/diffus"
version = "0.3.1"