kernelkit 0.1.1

Cross-platform kernel optimization toolkit with Linux fast paths and safe fallbacks
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"
rust-version = "1.89"
name = "kernelkit"
version = "0.1.1"
authors = ["Corum Collective LLC <contact@santh.io>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform kernel optimization toolkit with Linux fast paths and safe fallbacks"
homepage = "https://github.com/santhsecurity/kernelkit"
documentation = "https://docs.rs/kernelkit"
readme = "README.md"
keywords = [
    "kernel",
    "numa",
    "hugepages",
    "mlock",
    "memory",
]
categories = [
    "memory-management",
    "hardware-support",
    "os::linux-apis",
]
license = "MIT"
repository = "https://github.com/santhsecurity/Santh"

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

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.8"
default-features = false

[dependencies.memmap2]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1"

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

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"