# 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 = "datacake-crdt" version = "0.4.1" description = "A conflict free replicated datatype based on a hybrid logical clock implementation for building eventually consistent data stores." readme = "README.md" keywords = [ "crdt", "databases", "distributed", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/lnx-search/datacake" [dependencies.rkyv] version = "0.7.42" features = ["validation"] optional = true [dependencies.thiserror] version = "1.0.33" [features] rkyv-support = ["rkyv"]