Files
alire-index-community/index/ra/rand_chacha/rand_chacha-0.1.0.toml
T
2026-02-11 11:12:40 +01:00

19 lines
486 B
TOML

name = "rand_chacha"
description = "ChaCha20/12/8 based PRNG"
version = "0.1.0"
authors = ["César SAGAERT"]
maintainers = ["César SAGAERT <sagaert@adacore.com>"]
maintainers-logins = ["AldanTanneo"]
licenses = "Apache-2.0 WITH LLVM-exception"
website = "https://github.com/AldanTanneo/rand-ada"
tags = []
[[depends-on]]
rand_core = "~0.1.0"
[origin]
url = "git+https://github.com/AldanTanneo/rand-ada.git"
commit = "6d1af921227f1e7e0d61bf3cee431af701b99508"
subdir = "rand_chacha"