aboutsummaryrefslogtreecommitdiff
path: root/rand/rand-derive/Cargo.toml
blob: 1a2dbe1080ba89558152c5579d1e58ea59ef249d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]

name = "rand_derive"
version = "0.3.1"
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.4" }