[package]
edition = "2021"
name = "random_variant_macro"
version = "0.2.0"
authors = ["Kristoffer Ödmark <kristoffer.odmark90@gmail.com>"]
description = "To be used with all variant, contains the derive macro"
license = "MIT"
repository = "https://github.com/TotalKrill/random_variant"
resolver = "2"
[lib]
proc-macro = true
[dependencies.proc-macro-error]
version = "1.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
features = [
"full",
"extra-traits",
]