jitterbug 0.0.1

A true random number generator based on CPU execution jitter.
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 = "jitterbug"
version = "0.0.1"
authors = ["Evan Gipson <evangipson@gmail.com>"]
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A true random number generator based on CPU execution jitter."
homepage = "https://docs.rs/crate/jitterbug"
documentation = "https://docs.rs/jitterbug"
readme = "README.md"
keywords = [
    "random",
    "random-number",
    "random-generation",
    "mathematics",
    "cryptography",
]
categories = [
    "cryptography",
    "mathematics",
    "security",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/evangipson/jitterbug"

[lib]
name = "jitterbug"
path = "src/lib.rs"

[dependencies.rand_core]
version = "0.10.0"