# 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 = "2021" name = "diffsync" version = "0.1.1" authors = ["Kristoffer Ödmark "] description = "Structures to keep clients up to date with a server, with the client initiating the synchronization, and the server keeping track of different clients last known state" readme = "README.md" license = "MIT" [dependencies.diff-struct] version = "0.5.1" [dependencies.serde] version = "1.0.159" features = ["derive"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.random_variant] version = "0.2.4" [dev-dependencies.serde_json] version = "1.0.95"