apfsds-storage 0.4.0

Persistent storage layer for APFSDS (WAL, ClickHouse, PostgreSQL)
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 = "2024"
name = "apfsds-storage"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Persistent storage layer for APFSDS (WAL, ClickHouse, PostgreSQL)"
readme = "README.md"
license = "MIT"
resolver = "2"

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

[dependencies.apfsds-protocol]
version = "0.4.0"

[dependencies.byteorder]
version = "1.4"

[dependencies.bytes]
version = "1"

[dependencies.clickhouse]
version = "0.12"

[dependencies.crc32fast]
version = "1.3"

[dependencies.dashmap]
version = "6"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rkyv]
version = "0.8"
features = ["bytecheck"]

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

[dependencies.sqlx]
version = "0.7"
features = [
    "runtime-tokio-rustls",
    "postgres",
    "uuid",
    "chrono",
    "macros",
]

[dependencies.thiserror]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]