# 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 = "enum-derived" version = "0.8.2" description = "Generate random instances of your enums and structs" documentation = "https://docs.rs/enum-derived" readme = "crates-io.md" keywords = [ "enum", "random", "rand", "derive", "struct", ] license = "MIT" repository = "https://github.com/green-spaces/enum-derived" resolver = "1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.enum-derived-macro] version = "0.2.0" [dependencies.rand] version = "0.8.5" [dev-dependencies.trybuild] version = "1.0.49" features = ["diff"]