[package]
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
build = "src/build.rs"
categories = ["external-ffi-bindings"]
description = "An binding that wraps libnuma (also known as numactl)"
exclude = ["*"]
homepage = "https://github.com/lemonrock/libnuma"
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml", "lib/**/*", "tools/**/*", "bindgen-wrapper.conf.d/**/*", "compile.conf.d/**/*"]
keywords = ["libnuma", "NUMA", "wrapper", "C", "binding"]
license = "MIT"
links = "libnuma"
name = "libnuma-sys"
publish = true
readme = "README.md"
repository = "https://github.com/lemonrock/libnuma.git"
version = "0.0.9"
[target."cfg(any(target_os=\"linux\", target_os=\"android\"))".dependencies.libc]
version = "0.2"