treediff 2.5.3

Find the difference between arbitrary data structures
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "treediff"
version = "2.5.3"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "Find the difference between arbitrary data structures"
documentation = "https://docs.rs/treediff"
keywords = ["diff", "structure", "tree", "arbitrary", "general"]
categories = ["algorithms"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Byron/treediff-rs"
[dependencies.serde_json]
version = "1.0.2"
optional = true

[dependencies.rustc-serialize]
version = "0.3.22"
optional = true

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

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

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