# 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 = "dochy" version = "0.10.3" authors = ["juzy "] description = "A diff-based data management language to implement unlimited undo, auto-save for games, and cloud-apps which needs to retain every change." documentation = "https://github.com/dochy-ksti/dochy/blob/master/dochy_manual/manual/index.md" readme = "readme.md" keywords = ["json5", "diff", "binary", "undo", "autosave"] categories = ["filesystem", "compression", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/dochy-ksti/dochy" [dependencies.anyhow] version = "1.0.34" [dependencies.dochy_archiver2] version = "0.10.0" [dependencies.dochy_compaction] version = "0.10.0" [dependencies.dochy_core] version = "0.10.0" [dependencies.dochy_diff] version = "0.10.0" [dependencies.dochy_fs] version = "0.10.0" [dependencies.dochy_intf] version = "0.10.0" [dependencies.dochy_json5] version = "0.10.0"