[package]
edition = "2024"
name = "mb_rand"
version = "0.2.0"
authors = ["murilo ijanc' <mbsd@m0x.ru>"]
build = "build.rs"
include = [
"Cargo.toml",
"README.md",
"LICENSE",
"**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings to OpenBSD's arc4random functions"
homepage = "https://mb-rand.microbio.rs"
readme = "README.md"
keywords = [
"random",
"openbsd",
"arc4random",
"cryptography",
"security",
]
categories = [
"cryptography",
"external-ffi-bindings",
]
license = "ISC"
repository = "https://git.sr.ht/~microbio/mb-rand"
[lib]
name = "mb_rand"
path = "src/lib.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
[dependencies]
[profile.dev]
debug = 0