atomr-distributed-data 0.3.0

Convergent replicated data types (CRDTs) over a atomr cluster — counters, sets, maps, registers, replicator.
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"
rust-version = "1.78"
name = "atomr-distributed-data"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convergent replicated data types (CRDTs) over a atomr cluster — counters, sets, maps, registers, replicator."
homepage = "https://github.com/rustakka/atomr"
documentation = "https://docs.rs/atomr-distributed-data"
readme = "README.md"
keywords = [
    "actor",
    "crdt",
    "distributed",
    "replication",
]
categories = [
    "data-structures",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/rustakka/atomr"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.atomr-cluster]
version = "0.3.0"

[dependencies.atomr-core]
version = "0.3.0"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1.39"
features = ["full"]

[lints.clippy]
todo = "deny"
unimplemented = "deny"