citadeldb-buffer 0.2.0

Buffer pool with SIEVE eviction and encrypt/decrypt pipeline for Citadel
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 = "2021"
rust-version = "1.75"
name = "citadeldb-buffer"
version = "0.2.0"
authors = ["Yuriy Peysakhov"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Buffer pool with SIEVE eviction and encrypt/decrypt pipeline for Citadel"
homepage = "https://github.com/yp3y5akh0v/citadel"
readme = "README.md"
keywords = [
    "database",
    "embedded-database",
    "encryption",
    "encrypted-database",
    "b-plus-tree",
]
categories = [
    "database-implementations",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yp3y5akh0v/citadel"

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

[dependencies.citadel-core]
version = "0.2.0"
package = "citadeldb-core"

[dependencies.citadel-crypto]
version = "0.2.0"
package = "citadeldb-crypto"

[dependencies.citadel-io]
version = "0.2.0"
package = "citadeldb-io"

[dependencies.citadel-page]
version = "0.2.0"
package = "citadeldb-page"

[dependencies.parking_lot]
version = "0.12"