[dependencies.getrandom]
version = "0.2.0"
[dependencies.once_cell]
default-features = false
features = ["race", "alloc"]
version = "1.15"
[dependencies.proc-macro-hack]
version = "0.5.13"
[dependencies.tiny-keccak]
features = ["shake"]
version = "2.0.2"
[lib]
proc-macro = true
[package]
authors = ["Tom Kaitchuck <Tom.Kaitchuck@gmail.com>"]
description = "Provides the procedural macro used by const-random"
documentation = "https://docs.rs/const-random"
edition = "2018"
keywords = ["rust", "constants", "macro"]
license = "MIT OR Apache-2.0"
name = "const-random-macro"
repository = "https://github.com/tkaitchuck/constrandom"
version = "0.1.15"