faces-pfm 0.1.3

reference implementation of `faces::AbsPageFrameManager`.
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 = "faces-pfm"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "reference implementation of `faces::AbsPageFrameManager`."
documentation = "https://docs.rs/faces/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/vi-is-ramen/faces-pfm"

[features]
no_std = []

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

[dependencies.bitflags]
version = "2.13.0"

[dependencies.faces]
version = "0.1.24"
default-features = false

[dependencies.limine]
version = "0.6.5"

[dependencies.log]
version = "0.4.32"

[dependencies.spin]
version = "0.12.0"
features = ["spin_mutex"]
default-features = false