mdcs-core 0.1.0

Core CRDT types and traits for the Carnelia Merkle-Delta CRDT Store
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 = "mdcs-core"
version = "0.1.0"
authors = [
    "Suvan Gowri Shanker <suvan.gowrishanker.204@gmail.com>",
    "Avinash Chidambaram <avinash.a2k4@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core CRDT types and traits for the Carnelia Merkle-Delta CRDT Store"
homepage = "https://suvangs.tech"
readme = false
keywords = [
    "CRDT",
    "semilattice",
    "data-structures",
    "distributed",
    "convergence",
]
categories = ["data-structures"]
license = "GPL-3.0"
repository = "https://github.com/Agate-DB/Carnelia"

[lib]
name = "mdcs_core"
path = "src/lib.rs"

[[test]]
name = "properties"
path = "tests/properties.rs"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.ulid]
version = "1.1"
features = ["serde"]

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"