yykv-allocator 0.0.1

Memory and storage allocator for yykv
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 = "yykv-allocator"
version = "0.0.1"
authors = ["YY Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory and storage allocator for yykv"
homepage = "https://github.com/yy-database/yyds"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/yy-database/yyds"

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

[dependencies.yykv-hal]
version = "0.0.1"

[dependencies.yykv-types]
version = "0.0.1"