# 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 = "docchi" version = "0.8.0" 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/docchi/blob/master/docchi_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/docchi" [dependencies.docchi_core] version = "0.8" [dependencies.docchi_fs] version = "0.8" [dependencies.docchi_intf] version = "0.8"