[package]
edition = "2024"
rust-version = "1.95"
name = "osom_lib_entropy"
version = "0.1.21"
authors = ["Rafal Szefler <rafael.szefler@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OS-backed entropy collection for osom_lib."
homepage = "https://github.com/RafalSzefler/osom_lib"
documentation = "https://docs.rs/osom_lib_entropy"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/RafalSzefler/osom_lib"
[lib]
name = "osom_lib_entropy"
path = "src/lib.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "std_entropy_test"
path = "tests/std_entropy_test.rs"
[dependencies.osom_lib_macros]
version = "0.1"
[dependencies.osom_lib_reprc]
version = "0.1"
[dependencies.osom_lib_try_clone]
version = "0.1"
[target.'cfg(any(target_os="macos", target_os="linux"))'.dependencies.libc]
version = "0.2"
default-features = false
[target.'cfg(target_os="windows")'.dependencies.windows-sys]
version = "0.61"
features = [
"Win32_Security_Cryptography",
"Win32_Security",
"Win32_System_Threading",
"Win32_Media",
]
default-features = false