scx_userspace_arena 1.1.0

Utilities for interacting with BPF arenas from userspace in sched_ext schedulers
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"
name = "scx_userspace_arena"
version = "1.1.0"
authors = ["Jake Hillion <jake@hillion.co.uk>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for interacting with BPF arenas from userspace in sched_ext schedulers"
readme = false
license = "GPL-2.0-only"
repository = "https://github.com/sched-ext/scx"

[package.metadata.scx.ci]
use_clippy = true

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

[dependencies.anyhow]
version = "1.0.65"

[dependencies.buddy_system_allocator]
version = "0.11.0"
default-features = false

[dependencies.libbpf-rs]
version = "=0.26.1"

[dependencies.scx_utils]
version = "1.1.0"

[build-dependencies.scx_cargo]
version = "1.1.0"