[package]
edition = "2024"
name = "openentropy-core"
version = "0.4.0"
authors = ["Amenti Labs"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core entropy harvesting library — 38 unconventional sources from your computer's physics"
homepage = "https://github.com/amenti-labs/openentropy"
readme = false
keywords = [
"entropy",
"randomness",
"hardware",
"TRNG",
"security",
]
categories = [
"cryptography",
"hardware-support",
"os",
]
license = "MIT"
repository = "https://github.com/amenti-labs/openentropy"
resolver = "2"
[lib]
name = "openentropy_core"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.flate2]
version = "1"
[dependencies.getrandom]
version = "0.3"
[dependencies.libc]
version = "0.2"
[dependencies.libloading]
version = "0.8"
[dependencies.log]
version = "0.4"
[dependencies.rand]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.tempfile]
version = "3"