# 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 = "2021" name = "random-constructible-derive" version = "0.10.0" authors = ["klebs tpk3.mx@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides a derive macro for the random-constructible crate which is used for creating random instances of enums with weighted probabilities" homepage = "https://github.com/klebs6/klebs-general" documentation = "https://docs.rs/random-constructible-derive" readme = "README.md" keywords = [ "randomness", "enums", "simulation", "ergonomics", ] categories = [ "game-development", "simulation", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/klebs6/klebs-general" [lib] name = "random_constructible_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "ui" path = "tests/ui.rs" [dependencies.export-magic] version = "0.3.6" [dependencies.itertools] version = "0.13.0" [dependencies.once_cell] version = "1.16" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies.random-constructible] version = "0.10.0" [dev-dependencies.trybuild] version = "1.0"