pacifica-rs 1.0.0

rust implementation of PacificA: Replication in Log-Based Distributed Storage Systems
[dependencies.anyerror]
version = "0.1.12"

[dependencies.byte-unit]
version = "5.1.4"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.bytes]
version = "1.9.0"

[dependencies.clap]
features = ["derive", "env"]
version = "4.5.21"

[dependencies.crc]
version = "3.2.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4.22"

[dependencies.rocksdb]
optional = true
version = "0.23.0"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokio]
default-features = false
features = ["io-util", "macros", "rt", "rt-multi-thread", "sync", "time"]
optional = true
version = "1.41.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-futures]
version = "0.2.5"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"

[dev-dependencies.tempfile]
version = "3.17.1"

[features]
default = ["tokio-runtime", "snapshot-storage-fs", "log-storage-rocksdb"]
log-storage-rocksdb = ["dep:rocksdb"]
snapshot-storage-fs = []
tokio-runtime = ["dep:tokio"]

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

[package]
authors = ["cff"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "asynchronous", "data-structures"]
description = "rust implementation of PacificA: Replication in Log-Based Distributed Storage Systems"
documentation = "https://docs.rs/pacifica-rs"
edition = "2021"
homepage = "https://github.com/bybyset/pacifica-rs"
keywords = ["pacifica", "consensus"]
license = "MIT"
name = "pacifica-rs"
readme = false
repository = "https://github.com/bybyset/pacifica-rs"
resolver = "1"
version = "1.0.0"