[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"