datacake 0.7.1

A batteries included framework for building fault-tolerance distributed data systems.
Documentation
# 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"
version = "0.7.1"
description = "A batteries included framework for building fault-tolerance distributed data systems."
readme = "README.md"
keywords = [
    "crdt",
    "databases",
    "distributed",
    "tokio",
    "async",
]
categories = [
    "concurrency",
    "data-structures",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/lnx-search/datacake"

[dependencies.datacake-crdt]
version = "0.4"
optional = true

[dependencies.datacake-eventual-consistency]
version = "0.5"
optional = true

[dependencies.datacake-lmdb]
version = "0.2"
optional = true

[dependencies.datacake-node]
version = "0.4"
optional = true

[dependencies.datacake-rpc]
version = "0.5"
optional = true

[dependencies.datacake-sqlite]
version = "0.5"
optional = true

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["rt"]

[features]
default = [
    "datacake-crdt",
    "datacake-rpc",
    "datacake-eventual-consistency",
    "datacake-node",
]
rkyv = ["datacake-crdt/rkyv-support"]
simulation = ["datacake-rpc/simulation"]
test-utils = ["datacake-eventual-consistency/test-utils"]