[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[lib]
name = "desugar_impl"
proc-macro = true
[package]
authors = ["René Kijewski <rene.[SURNAME]@fu-berlin.de>"]
categories = ["template-engine"]
description = "Sugar for less explicit generics in structs, enums, and union declarations."
edition = "2018"
homepage = "https://github.com/Kijewski/desugar-impl"
keywords = ["html", "template"]
license = "ISC OR MIT OR Apache-2.0"
name = "desugar-impl"
readme = "README.md"
repository = "https://github.com/Kijewski/desugar-impl"
version = "0.1.0"