# 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-eventual-consistency" version = "0.5.1" description = "Eventually consistent state replication as a library (consensus, RPC and conflict resolution) for building your own eventually consistent databases." readme = "README.md" keywords = [ "crdt", "databases", "distributed", "tokio", "async", ] categories = [ "concurrency", "data-structures", "asynchronous", ] license = "MIT" repository = "https://github.com/lnx-search/datacake" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.58" [dependencies.chitchat] version = "0.5.1" package = "datacake-chitchat-fork" [dependencies.crc32fast] version = "1.3.2" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.crossbeam-utils] version = "0.8.14" [dependencies.datacake-crdt] version = "0.4" features = ["rkyv-support"] [dependencies.datacake-node] version = "0.4" [dependencies.datacake-rpc] version = "0.5" [dependencies.flume] version = "0.10.14" [dependencies.futures] version = "0.3.23" [dependencies.itertools] version = "0.10.3" [dependencies.parking_lot] version = "0.12.1" [dependencies.puppet] version = "0.4.0" [dependencies.rand] version = "0.8.5" [dependencies.rkyv] version = "0.7.42" features = [ "strict", "validation", "smallvec", ] [dependencies.smallvec] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "time", ] default-features = false [dependencies.tokio-stream] version = "0.1.9" [dependencies.tracing] version = "0.1.36" [dev-dependencies.anyhow] version = "1" [dev-dependencies.bytes] version = "1.2.1" [dev-dependencies.datacake-rpc] version = "0.5" features = ["test-utils"] [dev-dependencies.tracing-subscriber] version = "0.3.15" [features] test-suite = [] test-utils = []