mt19937 3.3.0

A translation of the MT19937 Mersenne Twister rng algorithm to Rust
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"
rust-version = "1.85"
name = "mt19937"
version = "3.3.0"
authors = [
    "Noa <coolreader18@gmail.com>",
    "RustPython Team",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A translation of the MT19937 Mersenne Twister rng algorithm to Rust"
documentation = "https://docs.rs/mt19937"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/RustPython/mt19937"

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

[dependencies.rand_core]
version = "0.10"