[dependencies.nc]
version = "0.9.6"
[dependencies.syscalls]
default-features = false
version = "0.6.18"
[features]
not_process_private = []
[lib]
name = "sync_linux_no_libc"
path = "src/lib.rs"
[package]
authors = ["Mikołaj Kołek"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "no-std", "no-std::no-alloc"]
description = "A project aiming to reimplement some of the most basic Rust std::sync utilities on Linux without the use of libc"
documentation = "https://docs.rs/sync-linux-no-libc"
edition = "2024"
homepage = "https://github.com/MikolajKolek/sync-linux-no-libc"
license = "MIT"
name = "sync-linux-no-libc"
readme = "README.md"
repository = "https://github.com/MikolajKolek/sync-linux-no-libc"
version = "0.1.1"