# 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 = "diff-struct" version = "0.5.3" authors = ["BenHall-7 "] description = "A trait for diffing and applying diffs to types" readme = "README.md" license = "MIT" repository = "https://github.com/benhall-7/diff-struct" [lib] name = "diff" path = "src/lib.rs" [dependencies.diff_derive] version = "0.2.3" [dependencies.num] version = "0.4.0" optional = true [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.quickcheck] version = "0.8" [dev-dependencies.quickcheck_derive] version = "0.3" [dev-dependencies.quickcheck_macros] version = "0.8" [dev-dependencies.rand] version = "0.6" [features] default = ["impl_num"] impl_num = ["num"]