[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "parsing", "extra-traits"]
version = "1"
[dev-dependencies.tokio]
default-features = false
features = ["net"]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["Ivan Nikulin (ifaaan@gmail.com)"]
description = "A procedural macro that copy-pastes match arms for new type variant enums."
documentation = "https://docs.rs/all-the-same"
edition = "2021"
license = "BSD-3-Clause"
name = "all-the-same"
readme = "README.md"
repository = "https://github.com/cloudflare/foundations"
version = "1.0.0"