# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "treediff" version = "5.0.0" authors = ["Sebastian Thiel "] include = [ "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md", ] description = "Find the difference between arbitrary data structures" documentation = "https://docs.rs/treediff" readme = "README.md" keywords = [ "diff", "structure", "tree", "arbitrary", "general", ] categories = ["algorithms"] license = "MIT/Apache-2.0" repository = "https://github.com/Byron/treediff-rs" [dependencies.rustc-serialize] version = "0.3.24" optional = true [dependencies.serde_json] version = "1.0.45" optional = true [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.yaml-rust] version = "0.8" optional = true package = "yaml-rust2" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] with-rustc-serialize = ["rustc-serialize"] with-serde-json = ["serde_json"] with-serde-yaml = ["serde_yaml"] with-yaml-rust = ["yaml-rust"]