treediff 5.0.0

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

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

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

[dependencies.yaml-rust]
optional = true
package = "yaml-rust2"
version = "0.8"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[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/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
keywords = ["diff", "structure", "tree", "arbitrary", "general"]
license = "MIT/Apache-2.0"
name = "treediff"
readme = "README.md"
repository = "https://github.com/Byron/treediff-rs"
version = "5.0.0"