blob: 809c8271f0fa526d0f589a3ee84b515d8c604f22 [file] [log] [blame]
[package]
name = "rand_macros"
version = "0.1.10"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/rand"
documentation = "http://doc.rust-lang.org/rand"
homepage = "https://github.com/rust-lang/rand"
description = """
`#[derive(Rand)]` functionality for the `rand::Rand` trait.
"""
[lib]
proc-macro = true
[dependencies]
quote = "0.3"
syn = "0.11"
[dev-dependencies]
rand = { path = "..", version = "0.3" }