wbase 0.1.3

Cacheline-safe storage primitives: 48-bit log addressing, sector alignment, backoff, varint / 缓存行安全存储原语:48 位日志寻址、扇区对齐、退避、变长整型
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 = "wbase"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cacheline-safe storage primitives: 48-bit log addressing, sector alignment, backoff, varint / 缓存行安全存储原语:48 位日志寻址、扇区对齐、退避、变长整型"
homepage = "https://github.com/webc-site/wedb/tree/main/wbase"
readme = "README.md"
keywords = [
    "storage",
    "primitives",
    "alignment",
    "varint",
    "backoff",
]
categories = [
    "algorithms",
    "data-structures",
    "concurrency",
    "memory-management",
    "database-implementations",
]
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb.git"

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

[features]
addr = []
align = []
backoff = []
base32 = []
buf = []
crc = ["dep:crc32fast"]
default = []
float = []
glob = []
simd = []
striped = [
    "dep:parking_lot",
    "align",
]
thread = []
time = ["dep:coarsetime"]
varint = []

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

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

[dependencies.coarsetime]
version = "0.1.37"
optional = true

[dependencies.crc32fast]
version = "1.5.1"
optional = true

[dependencies.parking_lot]
version = "0.12.5"
optional = true

[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"

[lints.clippy]
arc_with_non_send_sync = "allow"