mb_rand 0.2.0

Safe Rust bindings to OpenBSD's arc4random functions
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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