[package]
edition = "2024"
name = "libjitterentropy-sys"
version = "0.3.0"
authors = ["Markus Theil <theil.markus@gmail.com>"]
build = "build.rs"
links = "jitterentropy"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "provides interface to jitterentropy-library (ffi-bindings)"
readme = "README.md"
keywords = [
"rand",
"random",
"jitterentropy",
"rng",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/thillux/rand_jitterentropy"
resolver = "2"
[features]
default = []
static = []
[lib]
name = "libjitterentropy_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72.1"
features = ["runtime"]
[build-dependencies.pkg-config]
version = "0.3.32"