aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 6d510cbb7a9aa6f1cf14803ce86da18091aeaeff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- coding: utf-8 -*-

[package]
name                = "shr3"
version             = "1.0.0"
edition             = "2021"
description         = "SHR3 - 3-shift register random number generator"
authors             = ["Michael Buesch <m@bues.ch>"]
license             = "MIT OR Apache-2.0"
readme              = "README.md"
repository          = "https://bues.ch/cgit/shr3rs.git"

categories          = ["algorithms", "no-std"]
keywords            = ["shr3", "random", "prng"]

[features]
default             = []
__devmode__         = []    # Developer mode. Do not use.

[dependencies]

[build-dependencies]
autocfg             = "1"

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface