[dependencies]
[lib]
name = "drand48"
path = "src/lib.rs"
[package]
authors = ["Radim Kolar <hsn@sendmail.cz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "mathematics", "cryptography"]
description = "drand48 - POSIX.1 standard LCG random number generator"
edition = "2021"
homepage = "https://gitlab.com/hsn10/drand48/"
keywords = ["random", "rng", "entropy", "rand", "secure"]
license = "Unlicense OR CC0-1.0"
name = "drand48"
readme = "README.md"
repository = "https://gitlab.com/hsn10/drand48.git"
rust-version = "1.56"
version = "0.2.0"