# 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] edition = "2018" name = "serde-diff" version = "0.4.1" authors = ["Karl Bergström ", "Philip Degarmo "] exclude = ["examples/*"] description = "A small helper to serialize the diff of two structs of the same type and apply those differences to other structs." readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/amethyst/serde-diff" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-diff-derive] version = "0.4.0" [dependencies.serde_derive] version = "1" features = ["deserialize_in_place"] [dev-dependencies.bincode] version = "1.2" [dev-dependencies.rmp-serde] version = "0.15.0" [dev-dependencies.serde_json] version = "1.0" [badges.maintenance] status = "experimental"