# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.60" name = "rand_enum" version = "0.1.0" description = "Implement rand Distribution for an enum" documentation = "https://docs.rs/rand_enum" readme = "README.md" keywords = [ "rand", "enum", "distribution", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jewlexx/rand_enum/" [lib] proc-macro = true [dependencies.litrs] version = "0.4.0" [dependencies.proc-macro-crate] version = "1.3.1" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.56" [dependencies.quote] version = "1.0.26" [dependencies.syn] version = "2.0.13" features = ["full"] [dev-dependencies.rand] version = "0.8.5"