blob: 45e6af1bc11131065fb677996f7ff45bb8678407 [file] [log] [blame]
[package]
name = "derive_rand"
version = "0.1.1"
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]`-like functionality for the `rand::Rand` trait.
"""
[lib]
name = "derive_rand"
plugin = true