catalejo-sys 0.2.1

System-level userspace bindings to the Mirilla kernel module.
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 = "catalejo-sys"
version = "0.2.1"
build = "build.rs"
exclude = ["c/include/mirilla/mirilla-symbol.generated.h"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System-level userspace bindings to the Mirilla kernel module."
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/wafkse/catalejo"

[features]
default = ["default-device-path"]
default-device-path = []
stealth-mode = []

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

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

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

[dependencies.catalejo-memory]
version = "0.2.0"

[dependencies.fack]
version = "0.4.0"

[dependencies.libc]
version = "0.2.186"

[dependencies.tokel]
version = "0.4.0"

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.cc]
version = "1.2.65"

[build-dependencies.walkdir]
version = "2.5.0"