[dependencies.quote]
version = "1"
[dependencies.rand]
version = "0.9"
[lib]
name = "compile_rand"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Luke Sneeringer <luke@sneeringer.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Compile-time random integers"
documentation = "https://docs.rs/compile_rand/"
edition = "2024"
license = "MIT"
name = "compile-rand"
readme = "README.md"
repository = "https://github.com/lukesneeringer/compile-rand"
rust-version = "1.85"
version = "1.0.0"