[dependencies.darling]
version = "0.20.11"
[dependencies.indexmap]
version = "2.9.0"
[dependencies.proc-macro-crate]
version = "3.3.0"
[dependencies.proc-macro2]
version = "1.0.94"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
features = ["parsing"]
version = "2.0.100"
[lib]
name = "dtype_variant_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Swoorup Joshi <swoorupj@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Proc macros for dtype_variant"
edition = "2024"
keywords = ["enum", "variant", "type-safety", "downcasting", "pattern-matching"]
license = "MIT"
name = "dtype_variant_derive"
readme = "README.md"
repository = "https://github.com/Swoorup/dtype_variant"
resolver = "2"
version = "0.0.14"