# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "random_derive" version = "0.1.0" authors = ["Charles Katzer "] description = "Procedurally defined macro for automatically deriving rand::Rand for structs and enums" homepage = "https://github.com/ckatzer4/random_derive" documentation = "https://github.com/ckatzer4/random_derive" readme = "README.md" keywords = ["random", "derive", "variant", "enum", "macro"] license = "MPL-2.0" repository = "https://github.com/ckatzer4/random_derive" [lib] name = "random_derive" proc-macro = true [dependencies.syn] version = "0.11" [dependencies.rand] version = "0.3" [dependencies.quote] version = "0.3"