wcpr 0.1.2

Concurrent Prefix Recovery checkpoints for hybrid-log stores
# 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 = "wcpr"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Concurrent Prefix Recovery checkpoints for hybrid-log stores"
homepage = "https://github.com/webc-site/wedb/tree/main/wcpr"
readme = "README.md"
keywords = [
    "checkpoint",
    "recovery",
    "cpr",
    "storage-engine",
    "persistence",
]
categories = [
    "database-implementations",
    "asynchronous",
    "concurrency",
    "filesystem",
    "caching",
]
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb.git"

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

[features]
default = []

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

[[test]]
name = "cpr"
path = "tests/cpr/main.rs"

[dependencies.bitcode]
version = "0.6.9"

[dependencies.compio]
version = "0.19.2"
features = [
    "fs",
    "runtime",
    "time",
]

[dependencies.itoa]
version = "1.0.18"

[dependencies.log]
version = "0.4.34"

[dependencies.parking_lot]
version = "0.12.5"

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

[dependencies.sonic-rs]
version = "0.5.8"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.wbase]
version = "0.1.5"
features = [
    "crc",
    "time",
]

[dependencies.wdev]
version = "0.1.3"

[dependencies.wepoch]
version = "0.1.3"

[dependencies.whlog]
version = "0.1.3"

[dependencies.windex]
version = "0.1.2"

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.ctor]
version = "1.0.13"

[dev-dependencies.log]
version = "0.4.34"

[dev-dependencies.log_init]
version = "0.1.39"

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

[lints.clippy]
arc_with_non_send_sync = "allow"