[dependencies.proc-macro2]
version = "1.0.85"
[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
default-features = false
features = ["clone-impls", "derive", "full", "parsing", "printing", "proc-macro"]
version = "2.0.66"
[lib]
proc-macro = true
[package]
categories = ["rust-patterns"]
description = "A collection of helper derive macros for type patterns"
documentation = "https://docs.rs/typeful"
edition = "2021"
homepage = "https://github.com/ardaku/typeful/releases"
include = ["/LICENSE_APACHE", "/LICENSE_BOOST", "/LICENSE_MIT", "/README.md", "/src/*"]
keywords = ["type", "derive", "macro", "enum", "error"]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
name = "typeful"
readme = "README.md"
repository = "https://github.com/ardaku/typeful"
version = "0.1.0"