random-number 0.1.10

Generate random numbers quickly.
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 = "2021"
rust-version = "1.61"
name = "random-number"
version = "0.1.10"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate random numbers quickly."
homepage = "https://magiclen.org/random-number"
readme = "README.md"
keywords = [
    "random",
    "integer",
    "number",
    "inclusive",
    "fill",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/magiclen/random-number"

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

[dependencies.proc-macro-hack]
version = "0.5"

[dependencies.rand]
version = "0.8"

[dependencies.random-number-macro-impl]
version = "0.1"