# 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 = "libmelda-tools" version = "0.1.4" authors = ["Amos Brocco "] description = "Command line utilities for Melda, a Delta-State JSON CRDT" homepage = "https://github.com/slashdotted/libmelda-tools" license = "GPL-3.0" repository = "https://github.com/slashdotted/libmelda-tools" resolver = "2" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.melda] version = "0.1.15" [dependencies.serde_json] version = "1.0"