treediff 3.0.2

Find the difference between arbitrary data structures
Documentation
[dependencies.rustc-serialize]
optional = true
version = "0.3.22"

[dependencies.serde_json]
optional = true
version = "1.0.2"

[dependencies.serde_yaml]
optional = true
version = "0.7"

[dependencies.yaml-rust]
optional = true
version = "0.4"

[features]
with-rustc-serialize = ["rustc-serialize"]
with-serde-json = ["serde_json"]
with-serde-yaml = ["serde_yaml"]
with-yaml-rust = ["yaml-rust"]

[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
categories = ["algorithms"]
description = "Find the difference between arbitrary data structures"
documentation = "https://docs.rs/treediff"
edition = "2018"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["diff", "structure", "tree", "arbitrary", "general"]
license = "MIT/Apache-2.0"
name = "treediff"
readme = "README.md"
repository = "https://github.com/Byron/treediff-rs"
version = "3.0.2"