blob: 45935c469e30ea869a327f4dd3a26a85c4662030 [file] [log] [blame]
[package]
name = "rand_derive"
version = "0.3.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang-nursery/rand"
documentation = "https://docs.rs/rand-derive"
homepage = "https://github.com/rust-lang-nursery/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" }