[package]
edition = "2024"
name = "cpu"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cpu"
homepage = "https://1000x.sh"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ax-x2/cpu"
[lib]
name = "cpu"
path = "src/lib.rs"
[[example]]
name = "pin_current_thread"
path = "examples/pin_current_thread.rs"
[[example]]
name = "pin_target_thread"
path = "examples/pin_target_thread.rs"
[dependencies.libc]
version = "0.2.177"