[package]
name = "reciter"
version = "0.1.2"
authors = ["XBagon <xbagon@outlook.de>"]
edition = "2018"
description = "Macro that allows converting a recursive function into an Iterator, which uses a cache"
repository = "https://gitlab.com/XBagon/reciter"
license = "MIT"
keywords = ["proc-macro","recursion","iterator"]
readme = "README.md"

[lib]
proc-macro = true

[dependencies]
syn = { version="0.15.18", features = ["full","fold"] }
quote = "0.6.9"
proc-macro2 = "0.4.20"
Inflector = "0.11.3"

[dev-dependencies]
num-bigint = "0.2.1"

[badges]
gitlab = { repository = "XBagon/reciter" }